SIGUSR1 does now a full restat of tint2
git-svn-id: http://tint2.googlecode.com/svn/trunk@424 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -55,6 +55,7 @@ void default_timeout()
|
||||
|
||||
void cleanup_timeout()
|
||||
{
|
||||
printf("*** cleanup_timeout()\n");
|
||||
while (timeout_list) {
|
||||
timeout* t = timeout_list->data;
|
||||
if (t->multi_timeout)
|
||||
|
||||
@@ -36,8 +36,9 @@ typedef struct _timeout timeout;
|
||||
* integral multiple of the other.
|
||||
**/
|
||||
|
||||
/** default values **/
|
||||
/** default global data **/
|
||||
void default_timeout();
|
||||
|
||||
/** freed memory : stops all timeouts **/
|
||||
void cleanup_timeout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user