X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=shm_utils%2Fmon-umurmurd%2FCHANGES;h=93ead4acdcd56e980c5427ababfb49d7d45b4f69;hb=fb5b810753bb1cdede9632202582c59e1d7e9ce2;hp=2432255265f561641d519740f07fb522feb36584;hpb=a738ff892738e239ad74f5aa686108298efa7cea;p=umurmur.git diff --git a/shm_utils/mon-umurmurd/CHANGES b/shm_utils/mon-umurmurd/CHANGES index 2432255..93ead4a 100644 --- a/shm_utils/mon-umurmurd/CHANGES +++ b/shm_utils/mon-umurmurd/CHANGES @@ -1,3 +1,7 @@ +* Added more client data 99% of the useful client data shown +* rework Sharedmemory_update() to not use memcpy (requested by fatbob) + + * 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