From: Ronnie sahlberg Date: Wed, 18 Apr 2007 07:04:26 +0000 (+1000) Subject: we dont need the structure ctdb_reply_shutdown since we dont implement that pdu any... X-Git-Tag: tevent-0.9.20~348^2~2878^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dc428d63d27d26bf60587b5a35a3d3620146694;p=thirdparty%2Fsamba.git we dont need the structure ctdb_reply_shutdown since we dont implement that pdu any more (This used to be ctdb commit 5bac32b3daf3c61214269cd09cfc1b6c3f8c3d6e) --- diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 7b069e1331e..b90366bcd56 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -305,10 +305,6 @@ struct ctdb_req_shutdown { struct ctdb_req_header hdr; }; -struct ctdb_reply_shutdown { - struct ctdb_req_header hdr; -}; - struct ctdb_req_connect_wait { struct ctdb_req_header hdr; };