libUPnP  1.8.1
Data Structures | Typedefs | Functions
upnp_timeout.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  UPNP_TIMEOUT
 

Typedefs

typedef struct UPNP_TIMEOUT upnp_timeout
 

Functions

void free_upnp_timeout (upnp_timeout *event)
 Free memory associated with event and memory for any sub-elements. More...
 

Typedef Documentation

◆ upnp_timeout

typedef struct UPNP_TIMEOUT upnp_timeout

The upnp_timeout structure definition.

Function Documentation

◆ free_upnp_timeout()

void free_upnp_timeout ( upnp_timeout event)

Free memory associated with event and memory for any sub-elements.

Parameters
[in]eventEvent which needs to be freed.

Referenced by AutoAdvertise(), and free_client_subscription().