Switch over to more modern unix sharedmemory API (requested by fatbob)
[umurmur.git] / shm_utils / mon-umurmurd / CHANGES
index 606e46e10db607b021942eb3abe29c961cdd1b0a..2432255265f561641d519740f07fb522feb36584 100644 (file)
@@ -1,3 +1,10 @@
+* Using a more modern unix sharedmemory API. this requires linking with librt.so  (requested by fatbob)\r
+* Added away to know if umurmurd is not connected/updateing the shm_t struct. I use 8bit timer with \r
+  rollover protection see check_serverTick() and where I use the function near bottum of mon-umurmurd.c \r
+       for     how     to use this.\r
+\r
+\r
 * code clean up and some comments added\r
-* 100% of the useful client data shown\r
-* outputs a more meaningful idle and online time, both are reported in secs
\ No newline at end of file
+* ~95% of the useful client data shown\r
+* outputs a more meaningful idle and online time, both are reported in secs (error reported by fatbob)\r
+    
\ No newline at end of file