diff options
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; |