odyssey/modules/audit_module.h

22 lines
367 B
C

#ifndef ODYSSEY_AUDIT_MODULE_H
#define ODYSSEY_AUDIT_MODULE_H
/*
* Odyssey module.
*
* Scalable PostgreSQL connection pooler.
*/
#include "module.h"
int
audit_auth_cb(od_client_t *c, bool auth_ok);
int
audit_disconnect_cb(od_client_t *c, od_status_t s);
int
audit_config_init(od_config_reader_t *cr);
int
audit_auth_unload();
#endif // ODYSSEY_AUDIT_MODULE_H