Wireshark-commits: [Wireshark-commits] rev 50011: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_tree.c

Date: Tue, 18 Jun 2013 19:32:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50011

User: eapache
Date: 2013/06/18 12:32 PM

Log:
 Simplify node structure. Use a boolean for whether or not it's a subtree, and an
 enum for the color (red/black). Don't use bitfields since they don't save us
 much (if anything) in terms of space and don't nest the fields in their own
 anonymous struct.

Directory: /trunk/epan/wmem/
  Changes    Path           Action
  +35 -34    wmem_tree.c    Modified