#include <switch_config.h>
Collaboration diagram for switch_config:
Data Fields | |
| FILE * | file |
| char | path [512] |
| char | category [256] |
| char | section [256] |
| char | buf [1024] |
| int | lineno |
| int | catno |
| int | sectno |
| int | lockto |
Definition at line 64 of file switch_config.h.
| char switch_config::buf[1024] |
buffer of current line being read
Definition at line 74 of file switch_config.h.
| char switch_config::category[256] |
current category
Definition at line 70 of file switch_config.h.
current category number in file
Definition at line 78 of file switch_config.h.
| FILE* switch_config::file |
FILE stream buffer to the opened file
Definition at line 66 of file switch_config.h.
current line number in file
Definition at line 76 of file switch_config.h.
Definition at line 82 of file switch_config.h.
| char switch_config::path[512] |
path to the file
Definition at line 68 of file switch_config.h.
| char switch_config::section[256] |
current section
Definition at line 72 of file switch_config.h.
current section number in file
Definition at line 80 of file switch_config.h.
1.4.7