From: Andrew Tridgell Date: Thu, 19 Apr 2007 02:34:24 +0000 (+1000) Subject: don't need these structures any more X-Git-Tag: tevent-0.9.20~348^2~2870 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=634aa50d905e18688d63d95ca509d0ac1275650a;p=thirdparty%2Fsamba.git don't need these structures any more (This used to be ctdb commit 506117dc24ec647c629c92a3996455cd8d9c8ec6) --- diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index a5282be2735..9856aa4a112 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -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);