summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-14 19:06:33 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-14 19:06:33 +0000
commit3f5887e028d1e0c333c13b67b61741c5acbbb1ba (patch)
tree69d154f3668016f39bbce7f09ac8b008acc76003 /pfinet
parentec2589be7ca8b988c0d3e9ff989a8f71ccf6c0b1 (diff)
(struct socket) [_HURD_]: New member `identity'.
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/linux/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/linux/net.h b/pfinet/linux/net.h
index c41610ad..341d0253 100644
--- a/pfinet/linux/net.h
+++ b/pfinet/linux/net.h
@@ -76,6 +76,7 @@ struct socket {
#ifdef _HURD_
int userflags; /* O_* */
int refcnt;
+ mach_port_t identity;
#endif
struct proto_ops *ops; /* protocols do most everything */
void *data; /* protocol data */