Name
ec_bag_addref — Add a reference to a bag
Synopsis
#include "ec_boh.h"
| ec_bag * **ec_bag_addref** (
| bag)
; | |
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.
Was this page helpful?