]> git.ipfire.org Git - telemetry.git/commitdiff
graphs: Rename hostapd station signal graph
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Oct 2025 10:46:51 +0000 (10:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Oct 2025 10:47:14 +0000 (10:47 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
po/POTFILES.in
src/daemon/graphs.c
src/daemon/graphs/hostapd-station-signal.c [moved from src/daemon/graphs/hostapd.c with 98% similarity]
src/daemon/graphs/hostapd-station-signal.h [moved from src/daemon/graphs/hostapd.h with 100% similarity]

index 7caea77791d05a7ff9755721b41a8b49688eb458..88fe9c0751cb67a8d77920e5241cdd6798a3361b 100644 (file)
@@ -117,8 +117,8 @@ dist_telemetryd_SOURCES = \
        src/daemon/graphs/contextswitches.c \
        src/daemon/graphs/contextswitches.h \
        src/daemon/graphs/graph.h \
-       src/daemon/graphs/hostapd.c \
-       src/daemon/graphs/hostapd.h \
+       src/daemon/graphs/hostapd-station-signal.c \
+       src/daemon/graphs/hostapd-station-signal.h \
        src/daemon/graphs/loadavg.c \
        src/daemon/graphs/loadavg.h \
        src/daemon/graphs/memory.c \
index c690152fff18c2471d28ab7df26a2335dfadb615..918cfb912fe223c6e478eb4f715ea80ae71e79b6 100644 (file)
@@ -25,8 +25,8 @@ src/daemon/graphs/contextswitches.c
 src/daemon/graphs/contextswitches.h
 src/daemon/graphs/graph.h
 src/daemon/graphs.h
-src/daemon/graphs/hostapd.c
-src/daemon/graphs/hostapd.h
+src/daemon/graphs/hostapd-station-signal.c
+src/daemon/graphs/hostapd-station-signal.h
 src/daemon/graphs/loadavg.c
 src/daemon/graphs/loadavg.h
 src/daemon/graphs/memory.c
index 173c793b54f9b2d2ed3dc5dad4d67abcba7b4d48..29bcc5266f8b6aacc77182aee7c5c5ae68b26927 100644 (file)
@@ -30,7 +30,7 @@
 // Load all graphs
 #include "graphs/conntrack.h"
 #include "graphs/contextswitches.h"
-#include "graphs/hostapd.h"
+#include "graphs/hostapd-station-signal.h"
 #include "graphs/loadavg.h"
 #include "graphs/memory.h"
 #include "graphs/processor.h"
similarity index 98%
rename from src/daemon/graphs/hostapd.c
rename to src/daemon/graphs/hostapd-station-signal.c
index cd792fb386c57f9c3fa2de40a481df3a94250aeb..cbda0df44f389e51e5573e81b9bea38d08285d86 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "../string.h"
 #include "graph.h"
-#include "hostapd.h"
+#include "hostapd-station-signal.h"
 
 /*
        This graph is showing the signal from the station to the AP.