1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/dmeventd
Zdenek Kabelac 11151121aa cleanup: use fputs for plain strings
Use fputs() when printing plain string,
easier then fprintf which needs to parse it.

Also check fd before close is >= 0 -
it is - but coverity fail to see it, so eliminate
this false-positive warning.
2015-11-09 10:22:52 +01:00
..
plugins thin: dmeventd plugin check number of failures 2015-10-29 12:14:20 +01:00
.exported_symbols Add rudimentary versioning to the dmevend protocol, allowing us to detect the 2011-04-04 16:11:09 +00:00
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
dmeventd.c cleanup: use fputs for plain strings 2015-11-09 10:22:52 +01:00
dmeventd.h dmeventd: add DM_EVENT_GET_PARAMETERS request to dmeventd protocol 2014-02-06 17:41:12 +01:00
libdevmapper-event.c cleanup: drop unneeded assign 2015-11-09 10:22:52 +01:00
libdevmapper-event.h libdmevent: add dm_event_log 2015-10-13 14:40:46 +02:00
libdevmapper-event.pc.in Use Require.private: field for devmapper-event.pc 2010-05-11 08:47:02 +00:00
Makefile.in compile/link: use RELRO/PIE compiler/linker options for executables 2013-12-05 14:03:10 +01:00