Data Fields

rpc_ctx Struct Reference
[Xmlrpc]

The context of the xhttp_rpc request being processed. More...

#include <xhttp_rpc.h>

Collaboration diagram for rpc_ctx:
Collaboration graph
[legend]

Data Fields


Detailed Description

The context of the XML-RPC request being processed.

This is the data structure that contains all data related to the xhttp_rpc request being processed, such as the reply code and reason, data to be sent to the client in the reply, and so on.

There is always one context per xhttp_rpc request.

This is the data structure that contains all data related to the XML-RPC request being processed, such as the reply code and reason, data to be sent to the client in the reply, and so on.

There is always one context per XML-RPC request.

Definition at line 68 of file xhttp_rpc.h.


Field Documentation

The SIP/HTTP through which the RPC has been received.

Definition at line 69 of file xhttp_rpc.h.

Referenced by rpc_delayed_ctx_close(), rpc_delayed_ctx_new(), and rpc_send().


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