From fe62936bb69c29a718cc9e41547734fd3b3407a0 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Thu, 12 Sep 2013 16:35:17 +1000 Subject: [PATCH] include: Remove unused set_dmaster structure Signed-off-by: Amitay Isaacs (This used to be ctdb commit 2ce3a48cc969d563c26dd295723416c0d7b077a2) --- ctdb/include/ctdb_private.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 8eab45f7ba1..3bbddb4bc2c 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -953,12 +953,6 @@ struct ctdb_marshall_buffer { uint8_t data[1]; }; -/* set dmaster control structure */ -struct ctdb_control_set_dmaster { - uint32_t db_id; - uint32_t dmaster; -}; - /* structure for setting a tunable */ -- 2.11.4.GIT