Skip to content

Commit

Permalink
fix poll example
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Apr 8, 2016
1 parent 26ddd46 commit 5e15834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_monitor/src/rmonitor_poll_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main(int argc, char **argv) {
resources->cores);

fprintf(stdout, "\n\njson output:\n");
rmsummary_print(stdout, resources, 0);
rmsummary_print(stdout, resources, /* pprint */ 1, /* extra fields */ 0);

rmsummary_delete(resources);

Expand Down

0 comments on commit 5e15834

Please sign in to comment.