Wireshark-commits: [Wireshark-commits] master 07e2701: wmem: add foreach function to wmem_list.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Apr 2016 21:12:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07e270124e7832ad81fcac715851e237f76f4c79
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

07e2701 by Dario Lombardo (lomato@xxxxxxxxx):

    wmem: add foreach function to wmem_list.
    
    Makes wmem_list more similar to glib lists.
    
    Change-Id: Ifadf0627791a72c4118a14f205aa1a7189894d27
    Reviewed-on: https://code.wireshark.org/review/15019
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d377342   Kafka: several minor improvements
    adds  07e2701   wmem: add foreach function to wmem_list.


Summary of changes:
 epan/wmem/wmem_list.c |   12 ++++++++++++
 epan/wmem/wmem_list.h |    4 ++++
 epan/wmem/wmem_test.c |   13 +++++++++++++
 3 files changed, 29 insertions(+)