mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
92658f5661
(both client and server side). The server handles each connection in a separate thread.
3 lines
92 B
C
3 lines
92 B
C
int read_buffer(int fd, char **buffer);
|
|
int write_buffer(int fd, char *buffer, int length);
|