mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-24 06:22:44 +00:00
b81483cf2d
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.
10 lines
233 B
C
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;
|
|
}
|