summaryrefslogtreecommitdiffstats
path: root/lib/command_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* Update peer from received open state. Threaded command. Peer indexpaulo2010-01-081-31/+22
| | | | wiring. New queue I/F handling. Routing engine nexus.
* Fix bug in using new mqueue interface. Change which signalspaulo2009-12-181-1/+1
| | | | are blocked for non-main thraeds
* Changes to mqueue interface to support revoke.paulo2009-12-181-8/+11
|
* Fix race condition when threads start. Make memory stats thread safepaulo2009-12-161-2/+3
| | | | Run memory commands in cli thread.
* Get CLI thread and UI working properly. Sex commands according topaulo2009-12-151-1/+4
| | | | thread to run in. Add qlib_init stuff. Add -t parameter for "threaded".
* Using message queue to send commands from cli thread to bgp thread.paulo2009-12-141-0/+83