server: Added infrastructure for access rights mapping.
diff --git a/server/debugger.c b/server/debugger.c
index f40f494..e326516 100644
--- a/server/debugger.c
+++ b/server/debugger.c
@@ -76,6 +76,7 @@
     no_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 */
     debug_event_destroy            /* destroy */
@@ -95,6 +96,7 @@
     no_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 */
     debug_ctx_destroy              /* destroy */