]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
don't need these structures any more
authorAndrew Tridgell <tridge@samba.org>
Thu, 19 Apr 2007 02:34:24 +0000 (12:34 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 19 Apr 2007 02:34:24 +0000 (12:34 +1000)
(This used to be ctdb commit 506117dc24ec647c629c92a3996455cd8d9c8ec6)

ctdb/include/ctdb_private.h

index a5282be273527ea0a9c9f9ea753dc27d1b843fa1..9856aa4a112e04d5002611455a1768e565e18ae3 100644 (file)
@@ -318,18 +318,6 @@ struct ctdb_reply_connect_wait {
        uint32_t num_connected;
 };
 
-struct ctdb_req_fetch_lock {
-       struct ctdb_req_header hdr;
-       uint32_t db_id;
-       uint32_t keylen;
-       uint8_t key[1]; /* key[] */
-};
-
-struct ctdb_reply_fetch_lock {
-       struct ctdb_req_header hdr;
-       uint32_t state;
-};
-
 /* internal prototypes */
 void ctdb_set_error(struct ctdb_context *ctdb, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
 void ctdb_fatal(struct ctdb_context *ctdb, const char *msg);