Commit Graph

15 Commits (f47b03877b87d725b8ab442936df792c2c352aee)

Author SHA1 Message Date
Dwayne M. Hubbard 90f50f99df correct a CLI description 17 years ago
Sean Bright fd8caa1778 This is basically a complete rollback of r155401, as it was determined that 17 years ago
Russell Bryant 1148e648b8 Fix a few more places where the case insensitive hash should be used since 17 years ago
Sean Bright 30d1744ffc Add ability to pass arbitrary data to the ao2_callback_fn (called from 17 years ago
Michiel van Baak 90751b16ca Merge the cli_cleanup branch. 17 years ago
Mark Michelson 5dfefa5ee6 Merged revisions 140488 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