From 87b6a141ff3092da6112c69718f27f2aedf8e82b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Mar 2009 21:11:25 +0000 Subject: [PATCH] * exec/objdb.c (object_create): make "object_name" param const git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1930 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/objdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/objdb.c b/exec/objdb.c index 37b6dac8..0c037105 100644 --- a/exec/objdb.c +++ b/exec/objdb.c @@ -363,7 +363,7 @@ static void object_reload_notification(int startstop, int flush) static int object_create ( hdb_handle_t parent_object_handle, hdb_handle_t *object_handle, - void *object_name, + const void *object_name, unsigned int object_name_len) { struct object_instance *object_instance;