haproxy/addons/deviceatlas/dummy/Os/daunix.c
David Carlier b81483cf2d MEDIUM: da: update doc and build for new scheduler mode service.
Mentions of the new database update runtime mode and update of
the legit module and the dummy part too.
Note the DeviceAtlas C API version 2.4.0 minimum required
alongside with libCURL, libzip and libgz.
2022-01-28 07:28:53 +01:00

10 lines
233 B
C

#include "dac.h"
static char const __attribute__((unused)) rcsid[] = "$Id: dac.c, v dummy 1970/01/01 00:00:01 dcarlier Exp $";
da_status_t
da_atlas_read_mapped(const char *path, void *m, void **p, size_t *l)
{
return DA_SYS;
}