Rev 161: don't need these structures any more in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Thu Apr 19 02:34:24 GMT 2007


------------------------------------------------------------
revno: 161
revision-id: tridge at samba.org-20070419023424-b13db39773aa3ba6
parent: tridge at samba.org-20070419015637-1601a56b236ab991
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Thu 2007-04-19 12:34:24 +1000
message:
  don't need these structures any more
modified:
  include/ctdb_private.h         ctdb_private.h-20061117234101-o3qt14umlg9en8z0-13
=== modified file 'include/ctdb_private.h'
--- a/include/ctdb_private.h	2007-04-19 01:56:37 +0000
+++ b/include/ctdb_private.h	2007-04-19 02:34:24 +0000
@@ -318,18 +318,6 @@
 	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);



More information about the samba-cvs mailing list