mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 22:40:55 +01:00
allocate reaper_signal only when needed
This commit is contained in:
@@ -261,7 +261,7 @@ namespace zmq
|
||||
bool thread_safe;
|
||||
|
||||
// Signaler to be used in the reaping stage
|
||||
signaler_t reaper_signaler;
|
||||
signaler_t* reaper_signaler;
|
||||
|
||||
// Mutex for synchronize access to the socket in thread safe mode
|
||||
mutex_t sync;
|
||||
|
||||
Reference in New Issue
Block a user