]> sourceware.org Git - lvm2.git/commit
Use void pointer instead of char for binary key
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Mar 2011 12:48:40 +0000 (12:48 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Mar 2011 12:48:40 +0000 (12:48 +0000)
commit938ebb30bf616782fc33205092b615c3b2a49264
tree6c9430dd53539b942e3a87bb1af983da32f1776a
parentb5d7757c3d00991279a1125e7868021992fda0aa
Use void pointer instead of char for binary key

dm_hash binary functions takes void* key - so there is no need to cast
pointers to char* (also the hash key does not have trailing '\0').

This is slight API change, but presents no change for the API user side
it just allows to write code easier as the casting could be removed.
WHATS_NEW_DM
libdm/datastruct/hash.c
libdm/libdevmapper.h
This page took 0.036351 seconds and 5 git commands to generate.