diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-27 10:39:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-27 10:39:07 -0500 |
| commit | 6bd147fd33b1545805298b38a8ce7431b51ef255 (patch) | |
| tree | 1fc889a7dede6f4efbef471a4ab9fcc33c34183a /lib/hash.h | |
| parent | 9288a0a0c9bdc15af03202c57b739d7e9336472e (diff) | |
Revert "*: change hash_backet to hash_bucket"revert-5870-hash_backet
Diffstat (limited to 'lib/hash.h')
| -rw-r--r-- | lib/hash.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/hash.h b/lib/hash.h index e7ba3187f5..7b3372d433 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -36,6 +36,11 @@ extern "C" { #define HASHWALK_CONTINUE 0 #define HASHWALK_ABORT -1 +#if CONFDATE > 20200225 +CPP_NOTICE("hash.h: time to remove hash_backet #define") +#endif +#define hash_backet hash_bucket + struct hash_bucket { /* * if this bucket is the head of the linked listed, len denotes the |
