Commit 67b2b224dbb08bc211ce30c284107f7eedf49c8e
1 parent
09dddac0
Exists in
master
and in
3 other branches
Enabling dstrace by testprogram command-line option.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/testprogram/testprogram.c
@@ -116,6 +116,7 @@ int main(int argc, char *argv[]) | @@ -116,6 +116,7 @@ int main(int argc, char *argv[]) | ||
116 | case 't': | 116 | case 't': |
117 | trace_file = optarg; | 117 | trace_file = optarg; |
118 | lib3270_set_trace_handler(h,write_trace,NULL); | 118 | lib3270_set_trace_handler(h,write_trace,NULL); |
119 | + lib3270_set_toggle(h,LIB3270_TOGGLE_DS_TRACE,1); | ||
119 | break; | 120 | break; |
120 | } | 121 | } |
121 | 122 |