Add pv_query_loop() to run a main loop watching another pv (#101).
This commit is contained in:
@@ -292,6 +292,11 @@ extern int pv_main_loop(pvstate_t);
|
||||
*/
|
||||
extern int pv_watchfd_loop(pvstate_t);
|
||||
|
||||
/*
|
||||
* Watch the progress of another pv process.
|
||||
*/
|
||||
extern int pv_query_loop(pvstate_t, pid_t);
|
||||
|
||||
/*
|
||||
* Shut down signal handlers after running the main loop.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user