On Sun, Mar 03, 2013 at 09:21:20PM +0800, Liu Ping Fan wrote: > @@ -44,6 +47,7 @@ typedef ssize_t (NetReceiveIOV)(NetClientState *, const > struct iovec *, int); > typedef void (NetCleanup) (NetClientState *); > typedef void (LinkStatusChanged)(NetClientState *); > typedef void (NetClientDestructor)(NetClientState *); > +typedef void (NetClientReside)(NetClientState *, AioContext *);
I suggest renaming to NetClientBindAioContext or NetClientBindCtx. "Reside" is passive (like to "I live in France") whereas "bind" is an action ("I am moving to France").