Home
last modified time | relevance | path

Searched refs:guest_arg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c298 char *guest_arg = NULL; in main() local
319 guest_arg = optarg; in main()
383 ret = pthread_create(&guest, NULL, start_guest, guest_arg); in main()