Fork me on GitHub
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
janus_config_category Struct Reference

Configuration category ([category]) More...

#include <config.h>

Collaboration diagram for janus_config_category:
Collaboration graph
[legend]

Data Fields

const char * name
 Name of the category.
janus_config_itemitems
 Linked list of items.
struct janus_config_categorynext
 Next element in the linked list of categories in this configuration.

Detailed Description

Configuration category ([category])

Field Documentation

janus_config_item* janus_config_category::items

Linked list of items.

const char* janus_config_category::name

Name of the category.

struct janus_config_category* janus_config_category::next

Next element in the linked list of categories in this configuration.


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