blob: d990188ca790ff7d46b0853fd0da2788a68e551c [file] [log] [blame]
#ifndef MOBI_DA_DAC_HAPROXY_H
#define MOBI_DA_DAC_HAPROXY_H
#ifdef USE_DEVICEATLAS
#include <types/global.h>
#include <dac.h>
void da_register_cfgkeywords(void);
int init_deviceatlas(void);
void deinit_deviceatlas(void);
int da_haproxy(const struct arg *, struct sample *, void *);
#endif
#endif