mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
ctdb-include: Group function prototypes from server/ctdb_logging_file.c
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
bc14982eda
commit
930a620d80
@ -43,7 +43,6 @@ const char *get_debug_by_level(int32_t level);
|
|||||||
bool parse_debug(const char *str, int32_t *level);
|
bool parse_debug(const char *str, int32_t *level);
|
||||||
void print_debug_levels(FILE *stream);
|
void print_debug_levels(FILE *stream);
|
||||||
|
|
||||||
void ctdb_log_init_file(void);
|
|
||||||
void ctdb_log_init_syslog(void);
|
void ctdb_log_init_syslog(void);
|
||||||
|
|
||||||
#endif /* _CTDB_LOGGING_H_ */
|
#endif /* _CTDB_LOGGING_H_ */
|
||||||
|
@ -1426,4 +1426,8 @@ struct ctdb_log_state *ctdb_vfork_with_logging(TALLOC_CTX *mem_ctx,
|
|||||||
int ctdb_set_child_logging(struct ctdb_context *ctdb);
|
int ctdb_set_child_logging(struct ctdb_context *ctdb);
|
||||||
int ctdb_init_tevent_logging(struct ctdb_context *ctdb);
|
int ctdb_init_tevent_logging(struct ctdb_context *ctdb);
|
||||||
|
|
||||||
|
/* from ctdb_logging_file.c */
|
||||||
|
|
||||||
|
void ctdb_log_init_file(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user