diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_descriptors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/ipc_descriptors.h b/ipc/ipc_descriptors.h index b766bbb..9dcff8c 100644 --- a/ipc/ipc_descriptors.h +++ b/ipc/ipc_descriptors.h @@ -9,6 +9,10 @@ // base::GlobalDescriptors object (see base/posix/global_descriptors.h) enum { kPrimaryIPCChannel = 0, + kStatsTableSharedMemFd, + + // The first key that can be use to register descriptors. + kIPCDescriptorMax }; #endif // IPC_IPC_DESCRIPTORS_H_ |