summaryrefslogtreecommitdiffstats
path: root/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline.h')
-rw-r--r--cmdline.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmdline.h b/cmdline.h
index e9731f9..09500ce 100644
--- a/cmdline.h
+++ b/cmdline.h
@@ -98,6 +98,10 @@ struct cmdline {
struct open_file *open_files;
/** The number of open files owned by the command line. */
int nopen_files;
+ /** The number of files that may stay open between evaluations. */
+ int persistent_fds;
+ /** The number of files that mau be opened during evaluations. */
+ int ephemeral_fds;
};
/**