FreeBSD xen subsystem code
xs_watch Struct Reference

Public Member Functions

 LIST_ENTRY (xs_watch) list
 

Data Fields

char * node
 
xs_watch_cb_t * callback
 
uintptr_t callback_data
 
unsigned int max_pending
 
unsigned int pending
 

Detailed Description

Definition at line 61 of file xenstorevar.h.

Field Documentation

◆ callback

xs_watch_cb_t* xs_watch::callback

Definition at line 69 of file xenstorevar.h.

◆ callback_data

uintptr_t xs_watch::callback_data

Definition at line 72 of file xenstorevar.h.

◆ max_pending

unsigned int xs_watch::max_pending

Definition at line 75 of file xenstorevar.h.

◆ node

char* xs_watch::node

Definition at line 66 of file xenstorevar.h.

◆ pending

unsigned int xs_watch::pending

Definition at line 81 of file xenstorevar.h.


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