trq_tranger()
#
Returns the tranger
instance associated with the given tr_queue
.
Prototype
json_t *trq_tranger(
tr_queue trq
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The queue instance from which to retrieve the |
Return Value
A json_t *
representing the tranger
instance associated with the queue.
Notes
The returned json_t *
is managed internally and should not be modified or freed by the caller.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples