mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-30 05:29:43 +01:00 
			
		
		
		
	Simplify ypipe_t and ypipe_base_t template parameters
This commit is contained in:
		| @@ -118,7 +118,7 @@ namespace zmq | ||||
|     private: | ||||
|  | ||||
|         //  Type of the underlying lock-free pipe. | ||||
|         typedef ypipe_base_t <msg_t, message_pipe_granularity> upipe_t; | ||||
|         typedef ypipe_base_t <msg_t> upipe_t; | ||||
|  | ||||
|         //  Command handlers. | ||||
|         void process_activate_read (); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hurton
					Martin Hurton