projects
/
project
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89122a2
)
make the avl node key const
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 13 Apr 2011 18:14:20 +0000
(20:14 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 13 Apr 2011 18:14:20 +0000
(20:14 +0200)
avl.h
patch
|
blob
|
history
diff --git
a/avl.h
b/avl.h
index a563716e1d5f43fd71e4931939176863e101e8ca..46a396f2d6d55191d9e3117f563726c0d4ac8a23 100644
(file)
--- a/
avl.h
+++ b/
avl.h
@@
-82,7
+82,7
@@
struct avl_node {
/**
* pointer to key of node
*/
- void *key;
+
const
void *key;
/**
* balance state of AVL tree (0,-1,+1)