diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-08 10:04:04 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-08 10:05:08 +0200 |
commit | b19fd3393a7376b0691002afdc6e85bf3e36a238 (patch) | |
tree | 480084cfccd15f172b3a4386f5dd8084a2aef6cc /pingu_host.h | |
parent | 67fab0f9067a7365de3d30930c0d76b32044526f (diff) | |
download | pingu-b19fd3393a7376b0691002afdc6e85bf3e36a238.tar.bz2 pingu-b19fd3393a7376b0691002afdc6e85bf3e36a238.tar.xz |
pingu: move config reading to pingu_host and make host_list global
Diffstat (limited to 'pingu_host.h')
-rw-r--r-- | pingu_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pingu_host.h b/pingu_host.h index 060137b..8ea2831 100644 --- a/pingu_host.h +++ b/pingu_host.h @@ -26,7 +26,7 @@ struct pingu_host { }; void pingu_host_set_status(struct pingu_host *host, int status); -int pingu_host_init(struct ev_loop *loop, struct list_head *host_list); +int pingu_host_init(struct ev_loop *loop, const char *config_file); int pingu_host_verify_status(struct ev_loop *loop, struct pingu_host *host); #endif |