server: Added infrastructure for access rights mapping.
diff --git a/server/queue.c b/server/queue.c
index 0453b0e..3bc64d4 100644
--- a/server/queue.c
+++ b/server/queue.c
@@ -153,6 +153,7 @@
     msg_queue_satisfied,       /* satisfied */
     no_signal,                 /* signal */
     no_get_fd,                 /* get_fd */
+    no_map_access,             /* map_access */
     no_lookup_name,            /* lookup_name */
     no_close_handle,           /* close_handle */
     msg_queue_destroy          /* destroy */
@@ -169,6 +170,7 @@
     NULL,                         /* satisfied */
     no_signal,                    /* signal */
     no_get_fd,                    /* get_fd */
+    no_map_access,                /* map_access */
     no_lookup_name,               /* lookup_name */
     no_close_handle,              /* close_handle */
     thread_input_destroy          /* destroy */