Coroutine-local storage (CLS) specification. More...
#include <bio.h>
Data Fields | |
size_t | size |
Size of the data. | |
void(* | init )(void *data) |
Optional initializer. | |
void(* | cleanup )(void *data) |
Optional cleanup function. | |
Coroutine-local storage (CLS) specification.
void(* bio_cls_t::cleanup) (void *data) |
Optional cleanup function.
void(* bio_cls_t::init) (void *data) |
Optional initializer.
size_t bio_cls_t::size |
Size of the data.