libevfibers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
fbr_context Struct Reference

Library context structure, should be initialized before any other library calls will be performed. More...

#include <fiber.h>

Data Fields

struct fbr_context_private * __p
enum fbr_error_code f_errno
struct fbr_loggerlogger

Detailed Description

Library context structure, should be initialized before any other library calls will be performed.

See Also
fbr_init
fbr_destroy
fbr_strerror

Definition at line 243 of file fiber.h.

Field Documentation

struct fbr_context_private* fbr_context::__p

pointer to internal context structure

Definition at line 244 of file fiber.h.

enum fbr_error_code fbr_context::f_errno

context wide error code

Definition at line 246 of file fiber.h.

struct fbr_logger* fbr_context::logger

current logger

Definition at line 247 of file fiber.h.


The documentation for this struct was generated from the following file: