summaryrefslogtreecommitdiff
path: root/src/plugins/exec/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/exec/exec.h')
-rw-r--r--src/plugins/exec/exec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/exec/exec.h b/src/plugins/exec/exec.h
index 6d7c4f5fa..0b5d2f94c 100644
--- a/src/plugins/exec/exec.h
+++ b/src/plugins/exec/exec.h
@@ -38,9 +38,8 @@ struct t_exec_cmd
time_t end_time; /* end time */
/* buffer */
- char *buffer_plugin; /* buffer plugin (where cmd is exec) */
- char *buffer_name; /* buffer name (where cmd is exec) */
int output_to_buffer; /* 1 if output is sent to buffer */
+ char *buffer_full_name; /* buffer where output is displayed */
/* command output */
int stdout_size; /* number of bytes in stdout */