aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Remove the vtpm process modelMatthew Fioravante2012-11-131-1/+0
| | | | | | | | | Remove the old vtpm process model. It doesn't work very well and is no longer supported. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
* tools: blktap2: copy xenstore/hashtable.h into blktap2Ian Campbell2011-03-311-0/+6
| | | | | | | | | | | | | hashtable.c has already been copied, forked and modified, there doesn't seem much point in avoiding the same for the header until someone feels motivated to properly refactor. Add comments to the various duplicated files cross-referencing each other for future reference and as a barrier to forking again... Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
* xenstore: Fix error path broken by c/s 17816Keir Fraser2008-06-101-2/+2
| | | | Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* xenstore: cleanupsKeir Fraser2008-06-101-8/+17
| | | | | | | | | | Attached patch uses calloc() for hash allocation. This makes sure, the allocated memory is always initialized. Also cleanup error handling a bit. On *BSD avoid conflicts with BSD list macros. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* Avoid floating point in hash table implementation.kaf24@firebug.cl.cam.ac.uk2006-03-031-3/+5
| | | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Added hashtable implementation, to support the reachability check against theemellor@leeni.uk.xensource.com2006-03-021-0/+274
store. This code is by Christopher Clark. Signed-off-by: Ewan Mellor <ewan@xensource.com>