Skip to content
Snippets Groups Projects
  1. Oct 15, 2018
    • Corey Farrell's avatar
      refdebug: Create refstats.py script. · 79677ead
      Corey Farrell authored
      This allows us to process AO2 statistics for total objects, memory
      usage, memory overhead and lock usage.
      
      * Install refstats.py and reflocks.py into the Asterisk scripts folder.
      * Enable support for reflocks.py without DEBUG_THREADS.
      
      Steal a bit from the ao2 magic to flag when an object lock is used.
      Remove 'lockobj' from reflocks.py since we can now record 'used' or
      'unused' for those objects.
      
      Add comments to explain thread safety of the 'struct __priv_data'
      bitfields.
      
      Change-Id: I84e9d679cc86d772cc97c888d9d856a17e0d3a4a
      79677ead
    • George Joseph's avatar
      5ff42a2b
  2. Oct 12, 2018
    • Corey Farrell's avatar
      main/astfd: Fix GCC8 format-truncation warning. · 675d8a46
      Corey Farrell authored
      The field used to store call arguments was not large enough to hold the
      arguments string that can be constructed for 'open'.  Expand it to
      prevent this warning/error.
      
      Change-Id: I514927f256481bc84df10a51b19d5b5fb1bc387e
      675d8a46
  3. Oct 10, 2018
  4. Oct 09, 2018
    • Richard Mudgett's avatar
      res_statsd.c: Fix returned reload status. · 682f96cb
      Richard Mudgett authored
      The return status when there was no change in statsd.conf was incorrect.
      This resulted in the wrong status message on the CLI when reloading the
      module.
      
      * Fixed cleanup on initial load if initializing statsd failed.
      
      Change-Id: Id24fae75f1a7ff584a444a5680e867d989792481
      682f96cb
  5. Oct 05, 2018
  6. Oct 04, 2018
  7. Oct 03, 2018
Loading