diff options
Diffstat (limited to 'tools/xc/lib/xc.h')
| -rw-r--r-- | tools/xc/lib/xc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/xc/lib/xc.h b/tools/xc/lib/xc.h index 4e75ebebef..274f2fdded 100644 --- a/tools/xc/lib/xc.h +++ b/tools/xc/lib/xc.h @@ -27,6 +27,7 @@ typedef struct {      unsigned int  cpu;      unsigned int  dying:1, crashed:1, shutdown:1,                     paused:1, blocked:1, running:1; +    unsigned int  shutdown_reason; /* only meaningful if shutdown==1 */      unsigned long nr_pages;      unsigned long shared_info_frame;      u64           cpu_time; | 
