diff options
Diffstat (limited to 'services.h')
-rw-r--r-- | services.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services.h b/services.h index 6033673a0..62e7d2aa9 100644 --- a/services.h +++ b/services.h @@ -424,6 +424,7 @@ struct ModuleDataItem_ { char *key; /* The key */ char *value; /* The Value */ ModuleDataItem *next; /* The next ModuleDataItem in this list */ + int persistant; /* Is this value persistant? */ }; struct ModuleData_ { |