1 #ifndef __INIT_DOM_JSON_H 2 #define __INIT_DOM_JSON_H 3 4 #include <libxl.h> 5 /* 6 * Generate a stub JSON config for a domain with the given domid. 7 */ 8 int gen_stub_json_config(uint32_t domid, libxl_uuid *uuid); 9 10 #endif 11 /* 12 * Local variables: 13 * mode: C 14 * c-file-style: "BSD" 15 * c-basic-offset: 4 16 * tab-width: 4 17 * indent-tabs-mode: nil 18 * End: 19 */ 20