add output file redirection and debug verbose option
[lttngtop.git] / src / common.h
index 2949142573f407ec89496cc41dd4abf5d386a1ff..e21ece4ff014d42f17a479acba05d6726b022da8 100644 (file)
@@ -41,6 +41,8 @@ char *opt_exec_name;
 char **opt_exec_argv;
 char **opt_exec_env;
 int opt_exec_pid;
+char *opt_output;
+FILE *output;
 GHashTable *tid_filter_list;
 
 int remote_live;
This page took 0.021817 seconds and 4 git commands to generate.