diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-01-21 16:26:54 -0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2009-02-01 11:41:41 +1100 |
commit | 812761a1f8ff94e4913529840b905360ff843fc4 (patch) | |
tree | 5ce899b8ef5e177ce075711ce2a911bf2237a768 /discover/udev.c | |
parent | 61679084243c471053b0b1b9865b40d721586958 (diff) | |
download | talos-petitboot-812761a1f8ff94e4913529840b905360ff843fc4.tar.gz talos-petitboot-812761a1f8ff94e4913529840b905360ff843fc4.zip |
Move waiter to library
Move the waiter routines into the petitboot library. The waiter
routines are generic enough to be used for both server and
client. Does not change the waiter source.
jk: move to lib/waiter/ instead of lib/
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'discover/udev.c')
-rw-r--r-- | discover/udev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/udev.c b/discover/udev.c index 6747e78..66d9544 100644 --- a/discover/udev.c +++ b/discover/udev.c @@ -10,10 +10,10 @@ #include <sys/un.h> #include <talloc/talloc.h> +#include <waiter/waiter.h> #include "udev.h" #include "log.h" -#include "waiter.h" #include "pb-discover.h" #include "device-handler.h" |