Wireshark-commits: [Wireshark-commits] rev 50769: / /trunk/doc/: README.wmem /trunk/epan/wmem/: Mak
Date: Sun, 21 Jul 2013 21:13:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50769

User: eapache
Date: 2013/07/21 02:13 PM

Log:
 Add wmem queue 'implementation' by wrapping wmem_list and wmem_stack.
 
 Also a bit of misc. refactoring of the stack while I was there, and doc tweaks.

Directory: /trunk/doc/
  Changes    Path           Action
  +8 -2      README.wmem    Modified

Directory: /trunk/epan/wmem/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +1 -0      wmem.h             Modified
  +81 -0     wmem_queue.h       Added
  +0 -6      wmem_stack.c       Modified
  +1 -3      wmem_stack.h       Modified
  +32 -0     wmem_test.c        Modified