DCHK Client Version 0.5.7 - Documentation DomainCheck

IRISLWZ_PACKET Struct Reference
[Data Structures]

Structure to hold a request or a response. More...

#include <dchk.h>


Detailed Description

This structure is used to store a DCHK request or it's answer.

Data Fields

char * authority
char * beautified
IRISLWZ_HEADERheader
 Pointer to the iris lwz header.
char * packet
 Pointer to the complete packet, which contains header and (compressed) payload.
char * payload
 Pointer to the (compressed) payload, which is part of IRISLWZ_PACKET::packet.
int size
 Size of complete packet, which contains header and (compressed) payload.
int size_payload
 Holds the size of the (compressed) payload.
int size_uncompressed
 Holds the size of the uncompressed payload.
char * uncompressed_payload
 Pointer to the uncompressed payload.

Field Documentation

Pointer to a "beautified" version of the XML payload, which is better readable by humans.

Pointer to the iris lwz header

Pointer to the complete packet, which contains header and (compressed) payload

Size of complete packet, which contains header and (compressed) payload

Size of complete packet, which contains header and (compressed) payload

Holds the size of the (compressed) payload

Holds the size of the uncompressed payload

Pointer to the uncompressed payload


The documentation for this struct was generated from the following files:
Generated on Wed Aug 4 21:23:46 2010 for DCHK Client Documentation by  doxygen 1.6.3