refactor: ClatdController::dump -> dump + dumpTrackers()
Test: compiles, atest
Bug: 139396664
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I8f60afb1ae7028c86f71936a75e9f99f371726d2
diff --git a/server/ClatdController.h b/server/ClatdController.h
index 62899df..005c09a 100644
--- a/server/ClatdController.h
+++ b/server/ClatdController.h
@@ -83,6 +83,7 @@
ClatdTracker* getClatdTracker(const std::string& interface) REQUIRES(mutex);
void dumpIngress(netdutils::DumpWriter& dw) REQUIRES(mutex);
+ void dumpTrackers(netdutils::DumpWriter& dw) REQUIRES(mutex);
static in_addr_t selectIpv4Address(const in_addr ip, int16_t prefixlen);
static int generateIpv6Address(const char* iface, const in_addr v4, const in6_addr& nat64Prefix,