Hybrid ICN (hICN) plugin  v21.06-rc0-4-g18fa668
Macros | Enumerations | Variables
error.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define foreach_hicn_error
 
#define _(a, b, c)   HICN_ERROR_##a = (b),
 
#define get_error_string(errno)
 

Enumerations

enum  hicn_error_t { HICN_N_ERROR, HICN_N_ERROR }
 

Variables

const char * HICN_ERROR_STRING []
 

Detailed Description

Error codes for the hICN plugin.

Macro Definition Documentation

◆ get_error_string

#define get_error_string (   errno)
Value:
(char *) (errno ? HICN_ERROR_STRING[(-errno) - 127] : \
HICN_ERROR_STRING[errno])