[libvirt PATCH 4/5] util: remove references to virRun/virExec

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



virCommand is now used everywhere.

Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>
Suggested-by: Sebastian Mitterle <smitterl@xxxxxxxxxx>
---
 src/util/virprocess.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/virprocess.c b/src/util/virprocess.c
index b126c3c9af..afb1f9b79f 100644
--- a/src/util/virprocess.c
+++ b/src/util/virprocess.c
@@ -129,7 +129,7 @@ VIR_ENUM_IMPL(virProcessSchedPolicy,
  * @status: child exit status to translate
  *
  * Translate an exit status into a malloc'd string.  Generic helper
- * for virCommandRun(), virCommandWait(), virRun(), and virProcessWait()
+ * for virCommandRun(), virCommandWait() and virProcessWait()
  * status argument, as well as raw waitpid().
  */
 char *
@@ -1190,7 +1190,7 @@ virProcessRunInForkHelper(int errfd,
  * particular no mutexes should be used in @cb, unless steps were
  * taken before forking to guarantee a predictable state. @cb
  * must not exec any external binaries, instead
- * virCommand/virExec should be used for that purpose.
+ * virCommand should be used for that purpose.
  *
  * On return, the returned value is either -1 with error message
  * reported if something went bad in the parent, if child has
-- 
2.25.1





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux