mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 01:22:10 +00:00
* 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
This commit is contained in:
parent
067d0a8468
commit
87b6a141ff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user