summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-02-28 17:21:35 +0100
committerJustus Winter <justus@gnupg.org>2016-02-28 17:34:08 +0100
commit689810afe2d20d5f24f2a2379d3b9feffd0e9698 (patch)
treebbd4406e7ac23d5312f07d35b18d6a1ad8cad97e
parent48b69fb81c590bee4ace4ed98064771db9ec31ca (diff)
ipc: add missing kernel object type
* ipc/ipc_object.c (ikot_print_array): Add entry for IKOT_PAGER_PROXY.
-rw-r--r--ipc/ipc_object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_object.c b/ipc/ipc_object.c
index 320fbcb2..a6457c37 100644
--- a/ipc/ipc_object.c
+++ b/ipc/ipc_object.c
@@ -998,7 +998,8 @@ char *ikot_print_array[IKOT_MAX_TYPE] = {
"(SEMAPHORE) ",
"(LOCK_SET) ",
"(CLOCK) ",
- "(CLOCK_CTRL) ", /* 26 */
+ "(CLOCK_CTRL) ",
+ "(PAGER_PROXY) ", /* 27 */
/* << new entries here */
"(UNKNOWN) " /* magic catchall */
}; /* Please keep in sync with kern/ipc_kobject.h */