Code

utils unixsock: Added sc_unixsock_client_shutdown().
authorSebastian Harl <sh@tokkee.org>
Tue, 11 Dec 2012 09:55:36 +0000 (10:55 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 11 Dec 2012 09:55:36 +0000 (10:55 +0100)
commitc56d3fd14df5efba97fa47b08d5ea7fe602f7c9a
treea4d800e30fb1fea0dbfe78f3a9564f394795baf5
parentd170cd34bb8b4f135ec41c622e6a09ff83ff1011
utils unixsock: Added sc_unixsock_client_shutdown().

This function is a wrapper around shutdown(3). After shutting down send /
receive operations, the client will automatically re-connect on the next
send() / recv() call.
src/include/utils/unixsock.h
src/utils/unixsock.c