blob: 782a9616ced3daa9fc167ec35e7a3e4e01716cb3 [file] [log] [blame]
Harald Welteb4771a62012-11-11 10:58:51 +01001#ifndef _INT_MEAS_FEED_H
2#define _INT_MEAS_FEED_H
3
4#include <stdint.h>
5
6int meas_feed_cfg_set(const char *dst_host, uint16_t dst_port);
7void meas_feed_cfg_get(char **host, uint16_t *port);
8
9void meas_feed_scenario_set(const char *name);
10const char *meas_feed_scenario_get(void);
11
12#endif /* _INT_MEAS_FEED_H */