odyssey/sources/setproctitle.h

15 lines
264 B
C
Raw Normal View History

2020-07-26 07:58:15 +00:00
#ifndef ODYSSEY_SETPROCTITLE_H
#define ODYSSEY_SETPROCTITLE_H
/*
* Odyssey.
*
* Scalable PostgreSQL connection pooler.
*/
#define OD_MAX_PROC_TITLE_LEN 256
od_retcode_t od_setproctitlef(char **argv_ptr, char *fmt, ...);
2020-07-26 07:58:15 +00:00
#endif /* ODYSSEY_SETPROCTITLE_H */