diff options
Diffstat (limited to 'ipc/ipc_hash.h')
-rw-r--r-- | ipc/ipc_hash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc_hash.h b/ipc/ipc_hash.h index 58c56ca8..929ba77d 100644 --- a/ipc/ipc_hash.h +++ b/ipc/ipc_hash.h @@ -67,6 +67,8 @@ ipc_hash_delete(ipc_space_t space, ipc_object_t obj, * and the local primitives, for table entries. */ +#define IPC_HASH_GLOBAL_SIZE 256 + extern boolean_t ipc_hash_global_lookup(ipc_space_t space, ipc_object_t obj, mach_port_t *namep, ipc_tree_entry_t *entryp); |