1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/common/daemon-shared.h
Petr Rockai 92658f5661 Common daemon code: Implement basic socket-based communication infrastructure
(both client and server side). The server handles each connection in a separate
thread.
2011-06-14 02:34:18 +00:00

3 lines
92 B
C

int read_buffer(int fd, char **buffer);
int write_buffer(int fd, char *buffer, int length);