Update of /export/home/ntop/ntop
In directory unknown:/tmp/cvs-serv25105

Modified Files:
        address.c config.h.in globals-core.c globals-core.h 
        globals-defines.h globals-structtypes.h ntop.c ntop.h pbuf.c 
        util.c webInterface.c 
Log Message:
Remove semaphores option.

This continues cleanup based upon the new requirement for POSIX threads.
Simplify, simplify...


While ntop had code for using semaphores instead of conditional variables:

  * semaphores don't add anything - the code made them work just like cond vars.

  * semaphores haven't been tested

  * semaphores are part of the more advanced POSIX 1003.1b standard

-----Burton (ref 601)

PS: Note that the old 'SEMAPHORE_DEBUG' option (which also debugged cond
vars) is now 'MUTEX_DEBUG'.



_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to