Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
proxyreq Struct Reference

#include <proxyreq.h>

Collaboration diagram for proxyreq:
Collaboration graph
[legend]

Data Fields

unsigned long tid
 
proxyreq_state_t state
 
struct monitormonitor
 
int objid
 
int msg_id
 
pthread_mutex_t * objtype_mutex
 
uint8_t monitor_is_new
 
struct soap * soap
 
size_t(* orig_frecv )(struct soap *soap, char *s, size_t n)
 
int(* orig_fclose )(struct soap *soap)
 
int(* orig_fsend )(struct soap *soap, const char *s, size_t n)
 
char * buf
 
int len
 
int bufsiz
 
int bufidx
 

Detailed Description

Definition at line 116 of file proxyreq.h.

Field Documentation

char* proxyreq::buf

Definition at line 176 of file proxyreq.h.

int proxyreq::bufidx

Definition at line 179 of file proxyreq.h.

int proxyreq::bufsiz

Definition at line 178 of file proxyreq.h.

int proxyreq::len

Definition at line 177 of file proxyreq.h.

struct monitor* proxyreq::monitor

Definition at line 136 of file proxyreq.h.

uint8_t proxyreq::monitor_is_new

Definition at line 157 of file proxyreq.h.

int proxyreq::msg_id

Definition at line 143 of file proxyreq.h.

int proxyreq::objid

Definition at line 142 of file proxyreq.h.

pthread_mutex_t* proxyreq::objtype_mutex

Definition at line 151 of file proxyreq.h.

int(* proxyreq::orig_fclose)(struct soap *soap)

Definition at line 169 of file proxyreq.h.

size_t(* proxyreq::orig_frecv)(struct soap *soap, char *s, size_t n)

Definition at line 167 of file proxyreq.h.

int(* proxyreq::orig_fsend)(struct soap *soap, const char *s, size_t n)

Definition at line 171 of file proxyreq.h.

struct soap* proxyreq::soap

Definition at line 160 of file proxyreq.h.

proxyreq_state_t proxyreq::state

Definition at line 129 of file proxyreq.h.

unsigned long proxyreq::tid

Definition at line 127 of file proxyreq.h.


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