Skip to main content

This struct is defined as follows:

struct _ec_bag {
  ec_hash_table ht;
  ec_bag_hook_func func;
  void *closure;
  ec_atomic_t ref;
};

To use this struct, include the file ec_boh_int.h.

See Also

Was this page helpful?