aboutsummaryrefslogtreecommitdiffstats
path: root/src/pingu_adm.h
blob: 3b50b06d1d882dd58cf8a711078423309f93c22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PINGU_ADM_H
#define PINGU_ADM_H

#include <ev.h>

#ifndef DEFAULT_ADM_SOCKET
#define DEFAULT_ADM_SOCKET "/var/run/pingu/pingu.ctl"
#endif

int pingu_adm_init(struct ev_loop *loop, const char *socket_path);

#endif