Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
ctdb-daemon: Remove NUM_DB_PRIORITIES
Browse files Browse the repository at this point in the history
It's not used anymore.

Signed-off-by: Amitay Isaacs <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
  • Loading branch information
amitay authored and Martin Schwenke committed Sep 14, 2016
1 parent 67351e6 commit 93535da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ctdb/include/ctdb_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ struct ctdb_cluster_mutex_handle;

enum ctdb_freeze_mode {CTDB_FREEZE_NONE, CTDB_FREEZE_PENDING, CTDB_FREEZE_FROZEN};

#define NUM_DB_PRIORITIES 3
/* main state of the ctdb daemon */
struct ctdb_context {
struct tevent_context *ev;
Expand Down

0 comments on commit 93535da

Please sign in to comment.