updated HACKING.txt

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3816 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2010-10-31 01:22:15 +00:00
parent 96844969e6
commit 5b4a2ff622
+2 -1
View File
@@ -92,9 +92,10 @@ Name Use Type
------------------- ----------------------- ---------------
PH_LIST Array Non-intrusive
LIST_ENTRY Doubly linked list Intrusive
SLIST_ENTRY Singly linked list Intrusive
SINGLE_LIST_ENTRY Singly linked list Intrusive
PH_POINTER_LIST Array Non-intrusive
LIST_ENTRY Stack Intrusive
SINGLE_LIST_ENTRY Stack Intrusive
PH_QUEUE Queue Non-intrusive
LIST_ENTRY Queue Intrusive
RTL_AVL_TABLE Binary tree (AVL) Non-intrusive