CCL def command, i.e. user definitions - saved as resource files.
[egate.git] / kernel / eti.c
index f7a1b99..7b028d0 100644 (file)
@@ -2,7 +2,11 @@
  * Europagate, 1995
  *
  * $Log: eti.c,v $
- * Revision 1.11  1995/05/01 16:26:56  adam
+ * Revision 1.12  1995/05/03 07:37:35  adam
+ * CCL commands stop/continue implemented. New functions gw_res_{int,bool}
+ * are used when possible.
+ *
+ * Revision 1.11  1995/05/01  16:26:56  adam
  * More work on resource monitor.
  *
  * Revision 1.10  1995/05/01  12:43:29  adam
@@ -199,8 +203,8 @@ int main (int argc, char **argv)
        exit (1);
     }
 #if USE_MONITOR
-    sprintf (fifo_server_name, "fifo.s");
-    sprintf (fifo_client_name, "fifo.c");
+    sprintf (fifo_server_name, "fifo.s.m");
+    sprintf (fifo_client_name, "fifo.c.m");
 #else
     sprintf (fifo_server_name, "fifo.s.%d", id);
     sprintf (fifo_client_name, "fifo.c.%d", id);