mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 11:31:56 +01:00
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions
Solution: apply and check _lower_case naming style for private data members
This commit is contained in:
@@ -249,7 +249,7 @@ class msg_t
|
||||
char group[16];
|
||||
uint32_t routing_id;
|
||||
} delimiter;
|
||||
} u;
|
||||
} _u;
|
||||
};
|
||||
|
||||
inline int close_and_return (zmq::msg_t *msg_, int echo_)
|
||||
|
||||
Reference in New Issue
Block a user