summaryrefslogtreecommitdiff
path: root/libdm/datastruct
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-11-17 11:59:44 -0600
committerDavid Teigland <teigland@redhat.com>2015-11-17 11:59:44 -0600
commit931fede81b5fdc3aecd730567fefc3e31c5275ce (patch)
tree07b322f4a40db9b40a3fa7b7a9508610f1301be9 /libdm/datastruct
parent4d37db123d4ea2735c538bf9ad8a57be051ac9c3 (diff)
downloadlvm2-931fede81b5fdc3aecd730567fefc3e31c5275ce.tar.gz
hash: change name of new lookup function
Diffstat (limited to 'libdm/datastruct')
-rw-r--r--libdm/datastruct/hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdm/datastruct/hash.c b/libdm/datastruct/hash.c
index 2c5108d54..f9b8b9cd7 100644
--- a/libdm/datastruct/hash.c
+++ b/libdm/datastruct/hash.c
@@ -232,8 +232,8 @@ static struct dm_hash_node **_find_str_with_val(struct dm_hash_table *t,
return NULL;
}
-int dm_hash_insert_multival(struct dm_hash_table *t, const char *key,
- const void *val, uint32_t val_len)
+int dm_hash_insert_allow_multiple(struct dm_hash_table *t, const char *key,
+ const void *val, uint32_t val_len)
{
struct dm_hash_node *n;
struct dm_hash_node *first;