server: Add an open_file() function to the object operations.
diff --git a/server/serial.c b/server/serial.c
index 40724d8..d459426 100644
--- a/server/serial.c
+++ b/server/serial.c
@@ -104,6 +104,7 @@
     serial_get_fd,                /* get_fd */
     serial_map_access,            /* map_access */
     no_lookup_name,               /* lookup_name */
+    no_open_file,                 /* open_file */
     fd_close_handle,              /* close_handle */
     serial_destroy                /* destroy */
 };