1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/dmeventd
Zdenek Kabelac d80f8cf41b Fix clang warning for ntohl(*((uint32_t *)buf))
We cast (char*) to (uint32_t*) that changes alignment requierements.
For our case the code has been correct as alloca() returns properly
aligned buffer, however this patch make it cleaner and more readable
and avoids warning generation.
2010-10-25 11:57:06 +00:00
..
plugins Implement automatic snapshot extension with dmeventd, and add two new options 2010-10-15 16:28:14 +00:00
.exported_symbols Implement dmeventd -R, allowing dmeventd to be restarted without losing 2010-10-20 15:12:12 +00:00
dmeventd.c Fix clang warning for ntohl(*((uint32_t *)buf)) 2010-10-25 11:57:06 +00:00
dmeventd.h Implement dmeventd -R, allowing dmeventd to be restarted without losing 2010-10-20 15:12:12 +00:00
libdevmapper-event.c Fix clang warning for ntohl(*((uint32_t *)buf)) 2010-10-25 11:57:06 +00:00
libdevmapper-event.h Various small cleanups and fixes related to monitoring. 2010-08-16 22:54:35 +00:00
libdevmapper-event.pc.in Use Require.private: field for devmapper-event.pc 2010-05-11 08:47:02 +00:00
Makefile.in Various small cleanups and fixes related to monitoring. 2010-08-16 22:54:35 +00:00