diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-18 17:10:43 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-18 17:10:43 +0000 |
| commit | e7733ffa39170acc47588733372fabf459a43819 (patch) | |
| tree | 2a0f0b7ee0f67cd05c309fb30ec86d6fda69018f /include/rpc | |
| parent | 46f39347f56fd669e9a2133c5d8b486ed726b152 (diff) | |
Notes
Diffstat (limited to 'include/rpc')
| -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 3514745d2efd..e0d1f89a61c8 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) |
