On Tue, 16 Oct 2007 11:18:57 -0400 Pete Wyckoff <pw at osc.edu> wrote: > Like fd event handling, also handle integer counter events. This will > be used in RDMA to make progress on a connection, necessary because > RDMA API does not have a file descriptor that can be used with poll > to detect connection writability. > > Signed-off-by: Pete Wyckoff <pw at osc.edu> > --- > usr/tgtd.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- > usr/tgtd.h | 4 +++ > 2 files changed, 70 insertions(+), 4 deletions(-) Applied, thanks. I like to have one integrated notification mechanism rather than two different mechanisms in the future but it's ok for the moment. |