c-hglib
 All Data Structures Files Functions Variables Typedefs Macros
hg_handle Struct Reference

This structure will be use to handle the connection with the server. More...

#include <client.h>

Data Fields

pid_t childpid
hg_header header
int p_read
int p_write

Detailed Description

This structure will be use to handle the connection with the server.

Definition at line 56 of file client.h.

Field Documentation

hg_handle::childpid

The pid of the process that will open the connection with cmdsrv.

Definition at line 57 of file client.h.

hg_handle::header

The header that will contain the current header-action(channel, length). Through this header, the user will know on what channel the server will send his data.

Definition at line 58 of file client.h.

int hg_handle::p_read

Definition at line 59 of file client.h.

int hg_handle::p_write

Definition at line 60 of file client.h.


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