mbox series

[0/3] tools/xenstore: simplify hashtable implementation

Message ID 20220120120236.13826-1-jgross@suse.com (mailing list archive)
Headers show
Series tools/xenstore: simplify hashtable implementation | expand

Message

Juergen Gross Jan. 20, 2022, 12:02 p.m. UTC
Do some simplifications in the hashtable implementation not touching
the hashtable interfaces.

Juergen Gross (3):
  tools/xenstore: merge hashtable_private.h into hashtable.c
  tools/xenstore: fix hashtable_expand() zeroing new area
  tools/xenstore: drop DEFINE_HASHTABLE_* macros and usage intro

 tools/xenstore/hashtable.c         | 34 ++++++++++--
 tools/xenstore/hashtable.h         | 76 --------------------------
 tools/xenstore/hashtable_private.h | 85 ------------------------------
 3 files changed, 29 insertions(+), 166 deletions(-)
 delete mode 100644 tools/xenstore/hashtable_private.h