Code

proto utils: Added sdb_proto_select().
authorSebastian Harl <sh@tokkee.org>
Thu, 19 Dec 2013 20:41:38 +0000 (21:41 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 19 Dec 2013 20:41:38 +0000 (21:41 +0100)
commit0e9ae0a6da794b4c6f514c123d2a0ab9527ad592
treeaf571e63e7488609b59c5e0c598ca78c99001263
parent6204a78be4e8853c5deb17390b54a6b1f4c5f6ca
proto utils: Added sdb_proto_select().

This is a simple wrapper around select(2) to be used in cases where we only
care about a single file-descriptor being ready for a particular operation.
src/include/utils/proto.h
src/utils/proto.c