[email protected] wrote: > pid_t portability in virExec() > Use the right type for handling process IDs. ... > - int veid, pid; > + int veid; > + pid_t pid;
ACK. All of those look fine. -- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
