1 --- a/lib/plugins/lrm/raexecocf.c Mon Aug 20 17:40:24 2007 +0200
2 +++ b/lib/plugins/lrm/raexecocf.c Mon Aug 20 18:15:59 2007 +0200
3 @@ -33,6 +33,7 @@
4 #include <errno.h>
5 #include <glib.h>
6 #include <clplumbing/cl_log.h>
7 +#include <clplumbing/realtime.h>
8 #include <pils/plugin.h>
9 #include <dirent.h>
10 #include <libgen.h> /* Add it for compiling on OSX */
11 @@ -320,7 +321,7 @@
12 g_string_append(g_str_tmp, buff);
13 }
14 else {
15 - sleep(1);
16 + cl_shortsleep();
17 }
18 }
19 if (0 == g_str_tmp->len) {