Commit Graph

11 Commits (1.6.1)

Author SHA1 Message Date
Russell Bryant 6266c668bc Merged revisions 157041 via svnmerge from
17 years ago
Mark Michelson 6ed6a5ae29 Merged revisions 140489 via svnmerge from
17 years ago
Sean Bright 74bf61579f That's all, folks. Not going to update the Makefile until res_jabber is
17 years ago
Dwayne M. Hubbard 367dfcb0ab move taskprocessor CLI commands into the core namespace
17 years ago
Dwayne M. Hubbard 468ae8efcb make solaris happy...pointed out by snuff-home on IRC
17 years ago
Russell Bryant a886b6e5e6 Properly initialize the cli_ping condition and lock
17 years ago
Russell Bryant c94c4f5572 Change system header includes to be like how it is done in other files
17 years ago
Terry Wilson a6a6821717 Initialize the lock and destroy lock and cond in the destructor (thanks, mmichelson)
17 years ago
Steve Murphy 9107547668 Had to move the ASTERISK_FILE_VERSION decl to just after the include of "asterisk.h"
17 years ago
Luigi Rizzo 18065a175d Use casts or intermediate variables to remove a number
17 years ago
Dwayne M. Hubbard b0b72e89a8 A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed.
17 years ago