ec_bag_addref
Name
ec_bag_addref — Add a reference to a bag
Synopsis
#include "ec_boh.h"
| ec_bag * **ec_bag_addref** (
| bag)
; | |
ec_bag * <var class="pdparam">bag</var>
;
Description
Add a reference to the bag.
- bag
-
The ec_bag.
This function returns a reference to an ec_bag.
It is legal to call this function in any thread.