bla bla
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 21 Mar 2008 15:02:25 +0000 (15:02 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 21 Mar 2008 15:02:25 +0000 (15:02 +0000)
enter_admin.c
enter_topo.c

index 8b02cd2..0f6aeb5 100644 (file)
@@ -1,3 +1,9 @@
+/* enter_admin.c       Vsys script to switch a vserver into admin mode in which it has access 
+ *                     to the Internet. Install in /vsys and invoke as echo $$ > /vsys/enter_admin.in
+ *                     from within the slice.
+ *                     3/21/2008       Sapan Bhatia
+ */
+
 #include <sys/syscall.h>
 #include <stdio.h>
 #include <stdlib.h>
index 050b2fd..a671b87 100644 (file)
@@ -1,3 +1,9 @@
+/* enter_topo.c                Vsys script to switch a vserver into experiment mode in which it has access 
+ *                     to the Topology. Install in /vsys and invoke as echo $$ > /vsys/enter_topo.in
+ *                     from within the slice.
+ *                     3/21/2008       Sapan Bhatia
+ */
+
 #include <sys/syscall.h>
 #include <stdio.h>
 #include <stdlib.h>