aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipc_namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ipc_namespace.h')
-rw-r--r--include/linux/ipc_namespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h
index 6ab8c1bada3f..c309f43bde45 100644
--- a/include/linux/ipc_namespace.h
+++ b/include/linux/ipc_namespace.h
@@ -19,6 +19,7 @@ struct ipc_ids {
19 struct rw_semaphore rwsem; 19 struct rw_semaphore rwsem;
20 struct idr ipcs_idr; 20 struct idr ipcs_idr;
21 int max_idx; 21 int max_idx;
22 int last_idx; /* For wrap around detection */
22#ifdef CONFIG_CHECKPOINT_RESTORE 23#ifdef CONFIG_CHECKPOINT_RESTORE
23 int next_id; 24 int next_id;
24#endif 25#endif