mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-04 11:55:24 +00:00
Add mechanism to use logsysrec from inside totem stack.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2157 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
695ed267af
commit
0d5a6e83b4
@ -130,6 +130,14 @@ struct totem_config {
|
||||
|
||||
struct totem_logging_configuration totem_logging_configuration;
|
||||
|
||||
void (*log_rec) (
|
||||
int subsysid,
|
||||
const char *function_name,
|
||||
const char *file_name,
|
||||
int file_line,
|
||||
unsigned int rec_ident,
|
||||
...);
|
||||
|
||||
unsigned int secauth;
|
||||
|
||||
unsigned int net_mtu;
|
||||
|
Loading…
Reference in New Issue
Block a user