Expose storedevs to the outside world via dev interface
This commit is contained in:
@ -79,7 +79,7 @@ enum {
|
||||
#define HSHTB_DELETE(tb, keyfield, k) \
|
||||
do { \
|
||||
typeof(&(tb)[0]) __e; \
|
||||
HSHTB_GET((tb), (keyfield), (k), __e); \
|
||||
HSHTB_GET((tb), keyfield, (k), __e); \
|
||||
if (__e) { \
|
||||
__e->_hshtbstate = HSHTB_TOMB; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user