![]() |
OpenELP 0.9.2
An Open Source EchoLink® Proxy
|
Represents an instance of an EchoLink proxy. More...
#include <openelp.h>
Data Fields | |
| void * | priv |
| struct proxy_conf | conf |
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.
| struct proxy_conf proxy_handle::conf |
Configuration for the proxy
| void* proxy_handle::priv |
Private data - used internally by proxy functions