diff options
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index 723876723..eb72f90f2 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1372,6 +1372,14 @@ struct channel_S { int ch_refcount; /* reference count */ }; +/* + * Options for job commands. + */ +typedef struct +{ + ch_mode_T jo_mode; +} jobopt_T; + /* structure used for explicit stack while garbage collecting hash tables */ typedef struct ht_stack_S |