diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-21 15:26:36 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-21 15:26:36 +0200 |
commit | 05ed02cf3a124e228480da65e09b88751c0859e6 (patch) | |
tree | 7662efb5c114d23a4eed255afbd40f49e90d037c /pingu_host.h | |
parent | 20cbd15c9eb521c6ca21d446b5cdf060df4eb169 (diff) | |
download | pingu-05ed02cf3a124e228480da65e09b88751c0859e6.tar.bz2 pingu-05ed02cf3a124e228480da65e09b88751c0859e6.tar.xz |
pingu_adm: implement initial admin socket
only supported command so far is "status"
Diffstat (limited to 'pingu_host.h')
-rw-r--r-- | pingu_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pingu_host.h b/pingu_host.h index 78afbaf..b5f6e48 100644 --- a/pingu_host.h +++ b/pingu_host.h @@ -37,5 +37,6 @@ struct pingu_host *pingu_host_find_by_iface(struct pingu_iface *iface); int pingu_host_set_status(struct pingu_host *host, int status); int pingu_host_init(struct ev_loop *loop); int pingu_host_verify_status(struct ev_loop *loop, struct pingu_host *host); +void pingu_host_dump_status(int fd); #endif |