mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 23:57:50 +01:00
Problem: some context options have no getter
Solution: add one so that class-based bindings can easily use them
This commit is contained in:
@@ -70,6 +70,7 @@ class thread_ctx_t
|
||||
void start_thread (thread_t &thread_, thread_fn *tfn_, void *arg_) const;
|
||||
|
||||
int set (int option_, int optval_);
|
||||
int get (int option_);
|
||||
|
||||
protected:
|
||||
// Synchronisation of access to context options.
|
||||
|
||||
Reference in New Issue
Block a user