comms stuff (ipc that is)
[CBFWR.git] / bin / cbfwrd.php
index 6f49afe..b5a91b3 100644 (file)
@@ -20,4 +20,18 @@ glcas_pluginLoader();
 error_log("CBFWRD starting");
 
 $config = new Config();
+
+// now we got into daemon modes
+$cont = true;
+
+// setup our sem/shm stuff
+
+// this stuff needs to go in comms
+while($cont) {
+       $comms = new Comms;
+       
+       $comms->putConfig($config->getConfig());
+       
+       $cont = false;
+}
 ?>
\ No newline at end of file