Merged revision 304 (removal of all `extern time_t curtime' in all plugins) to the...
authorocto <octo>
Thu, 15 Dec 2005 07:06:17 +0000 (07:06 +0000)
committerocto <octo>
Thu, 15 Dec 2005 07:06:17 +0000 (07:06 +0000)
14 files changed:
src/cpu.c
src/cpufreq.c
src/disk.c
src/hddtemp.c
src/load.c
src/memory.c
src/nfs.c
src/ping.c
src/processes.c
src/sensors.c
src/serial.c
src/tape.c
src/traffic.c
src/users.c

index 830f8ac..7a9700a 100644 (file)
--- a/src/cpu.c
+++ b/src/cpu.c
@@ -76,8 +76,6 @@ static char *ds_def[] =
 };
 static int ds_num = 5;
 
-extern time_t curtime;
-
 void cpu_init (void)
 {
 #ifdef HAVE_LIBKSTAT
index 7a6227b..001ccec 100644 (file)
@@ -43,8 +43,6 @@ static char *ds_def[] =
 };
 static int ds_num = 1;
 
-extern time_t curtime;
-
 #define BUFSIZE 256
 
 void cpufreq_init (void)
index a6a583d..dc0232d 100644 (file)
@@ -80,8 +80,6 @@ static char *part_ds_def[] =
 };
 static int part_ds_num = 4;
 
-extern time_t curtime;
-
 void disk_init (void)
 {
 #ifdef HAVE_LIBKSTAT
index 4b749c1..64bd300 100644 (file)
@@ -61,8 +61,6 @@ static char *ds_def[] =
 };
 static int ds_num = 1;
 
-extern time_t curtime;
-
 typedef struct hddname
 {
        int major;
index 7b3462b..d082816 100644 (file)
@@ -51,8 +51,6 @@ static char *ds_def[] =
 };
 static int ds_num = 3;
 
-extern time_t curtime;
-
 void load_init (void)
 {
        return;
index 3291bc8..f792445 100644 (file)
@@ -46,8 +46,6 @@ static int pagesize;
 static kstat_t *ksp;
 #endif /* HAVE_LIBKSTAT */
 
-extern time_t curtime;
-
 void memory_init (void)
 {
 #ifdef HAVE_LIBKSTAT
index d21685c..3321630 100644 (file)
--- a/src/nfs.c
+++ b/src/nfs.c
@@ -141,8 +141,6 @@ static kstat_t *nfs4_ksp_server;
 
 /* Possibly TODO: NFSv4 statistics */
 
-extern time_t curtime;
-
 void nfs_init (void)
 {
 #ifdef HAVE_LIBKSTAT
index eb35360..d418232 100644 (file)
@@ -44,8 +44,6 @@ static char *ds_def[] =
 };
 static int ds_num = 1;
 
-extern time_t curtime;
-
 void ping_init (void)
 {
        int i;
index c69b5ce..821472b 100644 (file)
@@ -43,8 +43,6 @@ static char *ds_def[] =
 };
 static int ds_num = 6;
 
-extern time_t curtime;
-
 void ps_init (void)
 {
 }
index 390a7a0..270ba03 100644 (file)
@@ -48,8 +48,6 @@ static char *ds_def[] =
 };
 static int ds_num = 1;
 
-extern time_t curtime;
-
 void collectd_sensors_init (void)
 {
        FILE *fh;
index 9d41fde..7821030 100644 (file)
@@ -63,7 +63,6 @@ void serial_submit (char *device,
                unsigned long long outgoing)
 {
        char buf[BUFSIZE];
-        time_t curtime = time(NULL);
         
        if (snprintf (buf, BUFSIZE, "%u:%llu:%llu", (unsigned int) curtime,
                                incoming, outgoing) >= BUFSIZE)
index c0fba0c..3697c63 100644 (file)
@@ -52,8 +52,6 @@ static char *tape_ds_def[] =
 };
 static int tape_ds_num = 8;
 
-extern time_t curtime;
-
 void tape_init (void)
 {
 #ifdef HAVE_LIBKSTAT
index 66f2b13..5a276a8 100644 (file)
@@ -45,8 +45,6 @@ static char *ds_def[] =
 };
 static int ds_num = 2;
 
-extern time_t curtime;
-
 void traffic_init (void)
 {
 #ifdef HAVE_LIBKSTAT
index 9e8dc34..31c936c 100644 (file)
@@ -42,8 +42,6 @@ static char *ds_def[] = {
 };
 static int ds_num = 1;
 
-extern time_t curtime;
-
 void users_init(void)
 {
     /* we have nothing to do here :-) */