mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-30 05:29:43 +01:00 
			
		
		
		
	Problem: duplicate but equivalent state enums in curve_server_t and plain_server_t
Solution: pull state enum up to zap_client_t and unify names of enum values
This commit is contained in:
		| @@ -57,17 +57,6 @@ namespace zmq | ||||
|  | ||||
|     private: | ||||
|  | ||||
|         enum state_t { | ||||
|             waiting_for_hello, | ||||
|             sending_welcome, | ||||
|             waiting_for_initiate, | ||||
|             sending_ready, | ||||
|             waiting_for_zap_reply, | ||||
|             sending_error, | ||||
|             error_command_sent, | ||||
|             ready | ||||
|         }; | ||||
|  | ||||
|         state_t state; | ||||
|  | ||||
|         int produce_welcome (msg_t *msg_) const; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sigiesec
					sigiesec