From 0d5a6e83b420d61751ecc3a667cf41145ea8f21f Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 27 Apr 2009 05:17:40 +0000 Subject: [PATCH] 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 --- include/corosync/totem/totem.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/corosync/totem/totem.h b/include/corosync/totem/totem.h index 2969900f..63a7a43d 100644 --- a/include/corosync/totem/totem.h +++ b/include/corosync/totem/totem.h @@ -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;