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

Configuration item (name=value) More...

#include <config.h>

Collaboration diagram for janus_config_item:
Collaboration graph
[legend]

Data Fields

const char * name
 Name of the item.
const char * value
 Value of the item.
struct janus_config_itemnext
 Next element in the linked list of items in this category.

Detailed Description

Configuration item (name=value)

Field Documentation

const char* janus_config_item::name

Name of the item.

struct janus_config_item* janus_config_item::next

Next element in the linked list of items in this category.

const char* janus_config_item::value

Value of the item.


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