|
|
------------------------------------------------------------
revno: 161
revision-id: tridge@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
parent: tridge@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
committer: Andrew Tridgell <tridge@xxxxxxxxx>
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);
|
|