Loading tools/lguest/lguest.c +1 −0 Original line number Diff line number Diff line Loading @@ -1299,6 +1299,7 @@ static struct device *new_device(const char *name, u16 type) dev->feature_len = 0; dev->num_vq = 0; dev->running = false; dev->next = NULL; /* * Append to device list. Prepending to a single-linked list is Loading Loading
tools/lguest/lguest.c +1 −0 Original line number Diff line number Diff line Loading @@ -1299,6 +1299,7 @@ static struct device *new_device(const char *name, u16 type) dev->feature_len = 0; dev->num_vq = 0; dev->running = false; dev->next = NULL; /* * Append to device list. Prepending to a single-linked list is Loading