[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Tue Jan 8 03:28:13 UTC 2019


New commits:
commit 318beb45f8f21aa5c1fc1bf521e36460172e0484
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sat Jan 5 22:31:02 2019 -0500

    ikev2: estimate time spent by helpers and state transitions
    
    Time is always tracked, but for the moment, only logged when --debug
    "base", "all", or "cpu-usage" (more details) is enabled.
    
    Because states can magically appear and disappear, it needs to use
    so_serial_t and hash table lookup.  Mumble something about the
    observer effect.
    
    Because code switches states midway through a state transition, things
    may be billed to the wrong state, or not at all.  Mumble something about
    switching current thread midway through a transition being a
    bad idea.



More information about the Swan-commit mailing list