X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=shm_utils%2Fmon-umurmurd%2FCHANGES;h=2432255265f561641d519740f07fb522feb36584;hb=a738ff892738e239ad74f5aa686108298efa7cea;hp=606e46e10db607b021942eb3abe29c961cdd1b0a;hpb=2311400db89f8dd24cfc57d6f72328f539a9ce8d;p=umurmur.git diff --git a/shm_utils/mon-umurmurd/CHANGES b/shm_utils/mon-umurmurd/CHANGES index 606e46e..2432255 100644 --- a/shm_utils/mon-umurmurd/CHANGES +++ b/shm_utils/mon-umurmurd/CHANGES @@ -1,3 +1,10 @@ +* Using a more modern unix sharedmemory API. this requires linking with librt.so (requested by fatbob) +* Added away to know if umurmurd is not connected/updateing the shm_t struct. I use 8bit timer with + rollover protection see check_serverTick() and where I use the function near bottum of mon-umurmurd.c + for how to use this. + + * code clean up and some comments added -* 100% of the useful client data shown -* 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 +* outputs a more meaningful idle and online time, both are reported in secs (error reported by fatbob) + \ No newline at end of file