]> git.ipfire.org Git - thirdparty/curl.git/commit
splay: rename KEY_NOTUSED TO SPLAY_SUBNODE
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Aug 2025 19:15:18 +0000 (21:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Aug 2025 20:06:26 +0000 (22:06 +0200)
commit40caca581f4594db02e9cb923b76e3eaea537af1
tree06c2f997eed56ac9b552eed4c67c7737fa0796fa
parentd07504aa8d97b31643ceb876a53691161b522a8c
splay: rename KEY_NOTUSED TO SPLAY_SUBNODE

- explains its purpose better
- make it global static const
- added an assert for a condition that should never happen (that we
  also catch run-time)

Closes #18152
lib/splay.c