mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Problem: parameter naming style inconsistent
Solution: define and apply parameter naming style: lower_case_
This commit is contained in:
@@ -83,11 +83,11 @@ void zmq::thread_t::stop ()
|
||||
}
|
||||
|
||||
void zmq::thread_t::setSchedulingParameters (
|
||||
int priority_, int schedulingPolicy_, const std::set<int> &affinity_cpus_)
|
||||
int priority_, int scheduling_policy_, const std::set<int> &affinity_cpus_)
|
||||
{
|
||||
// not implemented
|
||||
LIBZMQ_UNUSED (priority_);
|
||||
LIBZMQ_UNUSED (schedulingPolicy_);
|
||||
LIBZMQ_UNUSED (scheduling_policy_);
|
||||
LIBZMQ_UNUSED (affinity_cpus_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user