Add message to show when the daemon is ready
This commit is contained in:
@@ -85,6 +85,8 @@ static void init_guestfs(guestfs_h *g, char *disk_path) {
|
|||||||
free(root);
|
free(root);
|
||||||
}
|
}
|
||||||
free(roots);
|
free(roots);
|
||||||
|
|
||||||
|
printf("Finished initializing guestfs\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *worker_task(zsock_t *pipe, char *disk_path) {
|
static void *worker_task(zsock_t *pipe, char *disk_path) {
|
||||||
|
|||||||
Reference in New Issue
Block a user