diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rpc/svc_dg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpc/svc_dg.h b/include/rpc/svc_dg.h index 3514745..e0d1f89 100644 --- a/include/rpc/svc_dg.h +++ b/include/rpc/svc_dg.h @@ -46,6 +46,7 @@ struct svc_dg_data { XDR su_xdrs; /* XDR handle */ char su_verfbody[MAX_AUTH_BYTES]; /* verifier body */ void *su_cache; /* cached data, NULL if none */ + struct netbuf su_srcaddr; /* dst address of last msg */ }; #define __rpcb_get_dg_xidp(x) (&((struct svc_dg_data *)(x)->xp_p2)->su_xid) |