[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-148-g88b8f15

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Sat Mar 10 15:57:09 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".

The branch, master has been updated
       via  88b8f15663076560b2237e6d8b8cae7e23d92bb6 (commit)
      from  4a186bcf1d3c8aa180c4a95d4fa6fe048b9c3f26 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 88b8f15663076560b2237e6d8b8cae7e23d92bb6
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Mar 10 13:31:12 2012 +0100

    Add atomic stack implementation. Convert flow spare queue to use this stack. Remove now unused flow-queue code.

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am            |    4 +-
 src/flow-hash.c            |    2 +-
 src/flow-manager.c         |   37 +++++------
 src/flow-private.h         |   36 +++++++++-
 src/flow-queue.c           |  163 --------------------------------------------
 src/flow-queue.h           |   85 -----------------------
 src/flow-timeout.c         |    1 -
 src/flow-util.h            |    3 +-
 src/flow.c                 |   28 +++----
 src/flow.h                 |    9 ++-
 src/util-stack.h           |  103 ++++++++++++++++++++++++++++
 src/util-unittest-helper.c |    4 +-
 12 files changed, 176 insertions(+), 299 deletions(-)
 delete mode 100644 src/flow-queue.c
 delete mode 100644 src/flow-queue.h
 create mode 100644 src/util-stack.h


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list