Co-exist with nm
[vsys.git] / frontend.ml
index cff3c64..1c8225c 100644 (file)
@@ -13,7 +13,7 @@ class frontendHandler (root_dir,slice_name) =
 object(this)
 
   (** regex indicating that the script passes fds around *)
-  val fd_regex = Str.regexp "^fd_"
+  val fd_regex = Str.regexp "fd_"
 
   method is_fd_passer fname = Str.string_match fd_regex fname 0
   method get_slice_name () = slice_name
@@ -31,7 +31,7 @@ object(this)
               begin
                 match res with
                   | Success ->
-                      Unixsocketwatcher.openentry root_dir fqp (abspath, slice_name)
+                      ()
                   | _ -> 
                       logprint "Could not create entry %s" abspath
               end