Searched defs:libxl__colo_restore_state (Results 1 – 2 of 2) sorted by relevance
100 struct libxl__colo_restore_state { struct102 struct libxl__ao *ao;103 uint32_t domid;104 int send_back_fd;105 int recv_fd;106 int hvm;107 libxl__colo_callback *callback;108 char *colo_proxy_script;133 libxl__colo_restore_state *crs); argument
214 typedef struct libxl__colo_restore_state libxl__colo_restore_state; typedef
Completed in 14 milliseconds