From: Jim Meyering <[email protected]> --- include/corosync/totem/totem.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/corosync/totem/totem.h b/include/corosync/totem/totem.h index fa85e20..5a6768b 100644 --- a/include/corosync/totem/totem.h +++ b/include/corosync/totem/totem.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2005 MontaVista Software, Inc. - * Copyright (c) 2006-2008 Red Hat, Inc. + * Copyright (c) 2006-2009 Red Hat, Inc. * * Author: Steven Dake ([email protected]) * @@ -141,7 +141,7 @@ struct totem_config { unsigned int max_messages; - char *vsf_type; + const char *vsf_type; }; #define TOTEM_CONFIGURATION_TYPE -- 1.6.2.rc1.285.gc5f54 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
