Skip to content

Commit

Permalink
logwriter: remove unusued attribute 'working'
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Nagy <gabor.nagy@balabit.com>
  • Loading branch information
Gabor Nagy committed Apr 3, 2019
1 parent d4121b1 commit b48c6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logwriter.c
Expand Up @@ -92,7 +92,7 @@ struct _LogWriter
gboolean work_result;
gint pollable_state;
LogProtoClient *proto, *pending_proto;
gboolean watches_running:1, suspended:1, working:1, waiting_for_throttle:1;
gboolean watches_running:1, suspended:1, waiting_for_throttle:1;
gboolean pending_proto_present;
GCond *pending_proto_cond;
GStaticMutex pending_proto_lock;
Expand Down

0 comments on commit b48c6a6

Please sign in to comment.