summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-27 01:03:10 +0000
committerStef Walter <stef@memberwebs.com>2006-01-27 01:03:10 +0000
commitf5392b67b4a22cf3bbb42b5914b419e71b4fe858 (patch)
treef02ab7a71760ae2e18ffec9329259e7d519ed604
parent289276a4374ed716e31fb21753a2dd563a7342e3 (diff)
Turn TODO's into tickets and take out bad TODOs.
-rw-r--r--common/server-mainloop.h1
-rw-r--r--daemon/config.c2
-rw-r--r--daemon/rrd-update.c2
-rw-r--r--daemon/rrdbotd.c1
4 files changed, 0 insertions, 6 deletions
diff --git a/common/server-mainloop.h b/common/server-mainloop.h
index ceff28d..098ef44 100644
--- a/common/server-mainloop.h
+++ b/common/server-mainloop.h
@@ -10,7 +10,6 @@
#define SERVER_WRITE 0x02
typedef void (*server_socket_callback)(int fd, int type, void* arg);
-/* TODO: We should declare our own time type: 'mstime' */
typedef int (*server_timer_callback)(uint64_t when, void* arg);
void server_init();
diff --git a/daemon/config.c b/daemon/config.c
index ca64514..3d7814d 100644
--- a/daemon/config.c
+++ b/daemon/config.c
@@ -45,8 +45,6 @@
#include "stringx.h"
#include "rrdbotd.h"
-/* TODO: Put file names in all the parsing error messages */
-
/*
* These routines parse the configuration files and setup the in memory
* data structures. They're mostly run before becoming a daemon, and just
diff --git a/daemon/rrd-update.c b/daemon/rrd-update.c
index b4be997..d088e07 100644
--- a/daemon/rrd-update.c
+++ b/daemon/rrd-update.c
@@ -110,8 +110,6 @@ void rb_rrd_update(rb_poller *poll)
optind = 0;
opterr = 0;
- /* TODO: We need support for @ to specify when these values occurred */
-
argv[0] = "rrdupdate";
argv[1] = poll->rrdname;
argv[2] = "-t";
diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c
index f9952bb..8ee9c1c 100644
--- a/daemon/rrdbotd.c
+++ b/daemon/rrdbotd.c
@@ -42,7 +42,6 @@
#include <stdarg.h>
#include <syslog.h>
-/* TODO: Abstract these headers away nicely */
#include <bsnmp/asn1.h>
#include <bsnmp/snmp.h>