summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filedef.h b/filedef.h
index b6ba242..50eec74 100644
--- a/filedef.h
+++ b/filedef.h
@@ -61,6 +61,8 @@ struct file
int command_flags; /* Flags OR'd in for cmds; see commands.h. */
char update_status; /* Status of the last attempt to update,
or -1 if none has been made. */
+ void *dlopen_ptr; /* For dynamic loaded objects: pointer to
+ pass to dlclose to unload the object. */
enum cmd_state /* State of the commands. */
{ /* Note: It is important that cs_not_started be zero. */
cs_not_started, /* Not yet started. */