[Devel] CVS commitlog: sip-server Makefile.defs atomic.h main.c statistics.c statistics.h

Bogdan-Andrei Iancu bogdan at voice-system.ro
Mon Jan 30 20:26:21 CET 2006


User: bogdan_iancu
Date: 2006/01/30 11:26:21 PST

  OpenSER CVS - Commit Details

  Modified files:
    .                    Makefile.defs main.c statistics.c 
                         statistics.h 
  Added files:
    .                    atomic.h 
  Commit Log:
  -support for atomic operations (assembler code) - only for i386 right now
  -detection for SMP kernels - useful for atomic ops code
  -statistics code uses atomic operations if available since they are much
   much faster - no locking required.
  -statistics manager moved completly into shm mem to all dynamic registration/
   removel of statitstic variables.
  
  Revision  Changes    Path
  1.35      +11 -4     sip-server/Makefile.defs
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/Makefile.defs?r1=1.34&r2=1.35 ]
  1.1       +124 -0    sip-server/atomic.h (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/atomic.h?rev=1.1&content-type=text/plain ]
  1.16      +8 -13     sip-server/main.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/main.c?r1=1.15&r2=1.16 ]
  1.2       +74 -46    sip-server/statistics.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/statistics.c?r1=1.1&r2=1.2 ]
  1.2       +48 -18    sip-server/statistics.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/statistics.h?r1=1.1&r2=1.2 ]



More information about the Devel mailing list