server: Add an open_file() function to the object operations.
diff --git a/server/timer.c b/server/timer.c
index 9ffa649..dd53020 100644
--- a/server/timer.c
+++ b/server/timer.c
@@ -68,6 +68,7 @@
     no_get_fd,                 /* get_fd */
     timer_map_access,          /* map_access */
     no_lookup_name,            /* lookup_name */
+    no_open_file,              /* open_file */
     no_close_handle,           /* close_handle */
     timer_destroy              /* destroy */
 };