mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
PLAIN: Small simplification
This commit is contained in:
@@ -42,13 +42,12 @@ namespace zmq
|
||||
|
||||
private:
|
||||
|
||||
bool error_command_received;
|
||||
|
||||
enum state_t {
|
||||
sending_hello,
|
||||
waiting_for_welcome,
|
||||
sending_initiate,
|
||||
waiting_for_ready,
|
||||
error_command_received,
|
||||
ready
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user