1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

exec: add option "-bg" in command /exec

This commit is contained in:
Sebastien Helleu
2014-03-11 17:51:06 +01:00
parent 5708b3977c
commit 281cfdda94
3 changed files with 31 additions and 8 deletions
+1
View File
@@ -33,6 +33,7 @@ struct t_exec_cmd
struct t_hook *hook; /* pointer to process hook */
char *command; /* command (with arguments) */
pid_t pid; /* process id */
int detached; /* 1 if command is detached */
time_t start_time; /* start time */
time_t end_time; /* end time */