diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 14:41:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 14:41:49 +0000 |
commit | 9262f4ebbaf5b903324410653019f37cb1992baa (patch) | |
tree | 8c209b67dd0423d3fb4ecb38855c8b83c8ce30a4 /libports | |
parent | e7e5ab0a82173eec66c4a2bc7d4ede8055eda98e (diff) |
(struct port_info): New member `cancel_threshhold'.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/ports.h b/libports/ports.h index 4ee6a520..3173ae7b 100644 --- a/libports/ports.h +++ b/libports/ports.h @@ -31,6 +31,7 @@ struct port_info int refcnt; int weakrefcnt; mach_port_mscount_t mscount; + mach_msg_seqno_t cancel_threshhold; int flags; mach_port_t port_right; struct rpc_info *current_rpcs; |