diff options
author | Maria Matejka <mq@ucw.cz> | 2021-12-07 12:47:42 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-12-07 13:05:20 +0100 |
commit | a9efce68b59efa1d2ceb89a2c19f9e2bf50391ea (patch) | |
tree | 726a52b628419f63d904d2d8e7457980e22b9ef6 /nest/protocol.h | |
parent | 4f43d326b4ab8c8ddd4bc00152859e768c27590a (diff) |
Fixed a race condition in channel aux table cleanup
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 1d4f2059..f07bb4df 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -572,6 +572,7 @@ struct channel_aux_table { rtable *tab; event *stop; u8 refeed_pending; + u8 stop_pending; }; /* |