CNDP  22.08.0
jcfg_info_s Struct Reference

#include <jcfg.h>

Data Fields

uint32_t flags
 
int listen_sock
 
struct sockaddr_un sun
 
volatile int running
 
void * cfg
 
jcfg_parse_cb_tcb
 

Detailed Description

Field Documentation

◆ flags

uint32_t flags

Flags used in JCFG parsing of file.

Definition at line 335 of file jcfg.h.

◆ listen_sock

int listen_sock

Socket file descriptor

Definition at line 336 of file jcfg.h.

◆ sun

struct sockaddr_un sun

The path to the local domain socket

Definition at line 336 of file jcfg.h.

◆ running

volatile int running

The running flag for the socket listener

Definition at line 338 of file jcfg.h.

◆ cfg

void* cfg

The internal JCFG configuration data structure pointer

Definition at line 339 of file jcfg.h.

◆ cb

The callback function for parsing JSON file

Definition at line 340 of file jcfg.h.


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