OpenELP  0.9.3
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

void * priv
 
struct proxy_conf conf
 

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.

Field Documentation

struct proxy_conf proxy_handle::conf

Configuration for the proxy

void* proxy_handle::priv

Private data - used internally by proxy functions


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