Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
xs_stored_msg Struct Reference

Data Fields

struct list_head list
 
struct xsd_sockmsg hdr
 
union {
   struct {
      char *   body
 
   }   reply
 
   struct {
      struct xenbus_watch *   handle
 
      char **   vec
 
      unsigned int   vec_size
 
   }   watch
 
u
 

Detailed Description

Definition at line 53 of file xenbus_xs.c.

Field Documentation

char* body

Definition at line 61 of file xenbus_xs.c.

Definition at line 66 of file xenbus_xs.c.

Definition at line 56 of file xenbus_xs.c.

Definition at line 54 of file xenbus_xs.c.

struct { ... } reply
union { ... } u
char** vec

Definition at line 67 of file xenbus_xs.c.

unsigned int vec_size

Definition at line 68 of file xenbus_xs.c.

struct { ... } watch

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