OpenELP  0.8.0
An Open Source EchoLink® Proxy
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Pages
Data Fields
proxy_handle Struct Reference

Represents an instance of an EchoLink proxy. More...

#include <openelp.h>

Data Fields

struct proxy_conf conf
 Configuration for the proxy.
 
void * priv
 Private data - used internally by proxy functions.
 

Detailed Description

Represents an instance of an EchoLink proxy.

This struct should be initialized to zero before being used. The private data should be initialized using the proxy_init function, and subsequently freed by proxy_free when the proxy is no longer needed.


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