aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index a6f3438..8da42e6 100644
--- a/main.cpp
+++ b/main.cpp
@@ -38,7 +38,8 @@ int main(int argc, char **argv)
arguments.get_spread(),
arguments.get_threshold(),
arguments.get_time(),
- arguments.get_outcsv());
+ arguments.get_outcsv(),
+ arguments.get_device_args());
top_block.run();
return 0; //actually, we never get here because of the rude way in which we end the scan
}