From 9262f4ebbaf5b903324410653019f37cb1992baa Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 21 Nov 1995 14:41:49 +0000 Subject: (struct port_info): New member `cancel_threshhold'. --- libports/ports.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libports') 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; -- cgit v1.2.3