diff options
author | Peter Somogyi <psomogyi@gamax.hu> | 2006-12-06 18:49:46 +0100 |
---|---|---|
committer | Peter Somogyi <psomogyi@gamax.hu> | 2006-12-06 18:49:46 +0100 |
commit | c7041149b49f0b770b2d38e8dda6e961098bc565 (patch) | |
tree | a807b93844ef975750c61a9244e6eb7d7c4cde01 /ctdb/ib/ibwrapper.h | |
parent | 49773cc5234a2c8849d6b577124d9e4a77627649 (diff) | |
download | samba-c7041149b49f0b770b2d38e8dda6e961098bc565.tar.gz samba-c7041149b49f0b770b2d38e8dda6e961098bc565.tar.xz samba-c7041149b49f0b770b2d38e8dda6e961098bc565.zip |
Implemented cm usage.
TODO: implement verbs user logic.
(This used to be ctdb commit afa33107137698500d0aabaf244ea4276c415929)
Diffstat (limited to 'ctdb/ib/ibwrapper.h')
-rw-r--r-- | ctdb/ib/ibwrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/ib/ibwrapper.h b/ctdb/ib/ibwrapper.h index f21956cdba..9b9666a60c 100644 --- a/ctdb/ib/ibwrapper.h +++ b/ctdb/ib/ibwrapper.h @@ -148,7 +148,7 @@ int ibw_listen(ibw_ctx *ctx, int backlog); * * Important: you won't get remote IP address (only internal conn info) */ -int ibw_accept(ibw_ctx *ctx, void *conn_userdata); +int ibw_accept(ibw_ctx *ctx, ibw_conn *conn, void *conn_userdata); /* * Needs a normal internet address here |