aboutsummaryrefslogtreecommitdiff
path: root/src/pinger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinger.c')
-rw-r--r--src/pinger.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/pinger.c b/src/pinger.c
index c0276cd..8bb1090 100644
--- a/src/pinger.c
+++ b/src/pinger.c
@@ -865,8 +865,8 @@ hostlist_copy_stat(HOSTLIST *hl)
}
}
-static void
-update_commit(void)
+void
+p903_update_commit(void)
{
HOSTPING *hp;
int upd;
@@ -1478,7 +1478,7 @@ p903_scheduler(void *p)
hostping_reset(hp);
}
/* Commit updates */
- update_commit();
+ p903_update_commit();
send_p = 1;
pthread_cond_broadcast(&sendq_cond);
@@ -1492,10 +1492,3 @@ p903_scheduler(void *p)
}
}
-void *
-p903_saver(void *p)
-{
- update_commit();
- return NULL;
-}
-

Return to:

Send suggestions and report system problems to the System administrator.