Skip to content

Commit

Permalink
Merge branch 'master' into cxx17
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Aug 17, 2023
2 parents 5333ef7 + d4c3b17 commit a98e4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spead2/send_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class stream
/// Heap cnt for the next heap to send
item_pointer_t next_cnt = 1;
/// If true, the writer wants to be woken up when a new heap is added
bool need_wakeup;
bool need_wakeup = false;

/* Data that's only mostly written by the writer (apart from flush()), and
* may be read by the stream.
Expand Down

0 comments on commit a98e4b7

Please sign in to comment.