mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-19 07:33:14 +03:00
cleanup: clvmd drop unused enum state
This commit is contained in:
@@ -56,7 +56,7 @@ struct localsock_bits {
|
|||||||
int cleanup_needed; /* helper for cleanup_zombie */
|
int cleanup_needed; /* helper for cleanup_zombie */
|
||||||
struct local_client *pipe_client;
|
struct local_client *pipe_client;
|
||||||
pthread_t threadid;
|
pthread_t threadid;
|
||||||
enum { PRE_COMMAND, POST_COMMAND, QUIT } state;
|
enum { PRE_COMMAND, POST_COMMAND } state;
|
||||||
pthread_mutex_t mutex; /* Main thread and worker synchronisation */
|
pthread_mutex_t mutex; /* Main thread and worker synchronisation */
|
||||||
pthread_cond_t cond;
|
pthread_cond_t cond;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user