Allow linking with multiple device drivers.
[oweals/tinc.git] / src / process.c
index c65923711244fe15d3dc04da236daa498c49dd4d..f33355ce1e739ff2837f8df919b3234f98fd37ca 100644 (file)
@@ -511,7 +511,7 @@ static RETSIGTYPE sigusr1_handler(int a) {
 }
 
 static RETSIGTYPE sigusr2_handler(int a) {
-       dump_device_stats();
+       devops.dump_stats();
        dump_nodes();
        dump_edges();
        dump_subnets();