summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_config.h
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-03-31 19:21:35 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-14 12:15:54 -0400
commit539881bc12a01e4307cd474a584c2e30c1c09d9c (patch)
treea7e29428f186ee3ebf2bcf7d154ae6fa996010f3 /common/ini/ini_config.h
parente4956873b0ca4ec732e009f88be43549506f7819 (diff)
downloadsssd-539881bc12a01e4307cd474a584c2e30c1c09d9c.tar.gz
sssd-539881bc12a01e4307cd474a584c2e30c1c09d9c.tar.xz
sssd-539881bc12a01e4307cd474a584c2e30c1c09d9c.zip
Adding content to the metadata
This patch implements function that collects stats and saves them in the ACCESS section inside metadata.
Diffstat (limited to 'common/ini/ini_config.h')
-rw-r--r--common/ini/ini_config.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/common/ini/ini_config.h b/common/ini/ini_config.h
index bd2bdd998..c0f82d0f1 100644
--- a/common/ini/ini_config.h
+++ b/common/ini/ini_config.h
@@ -382,10 +382,16 @@ struct parse_error {
#define INI_META_KEY_PERM "perm"
/**
- * @brief The value for this key will store INI file creation time stamp.
+ * @brief The value for this key will store INI file device ID.
*
*/
-#define INI_META_KEY_CREATED "created"
+#define INI_META_KEY_DEV "dev"
+
+/**
+ * @brief The value for this key will store INI file inode number.
+ *
+ */
+#define INI_META_KEY_INODE "inode"
/**
* @brief The value for this key will store INI file modification time stamp.
@@ -430,14 +436,6 @@ struct parse_error {
*/
#define INI_META_KEY_READ_ERROR "read_error"
-/**
- * @brief The value for this key will store read error message if any.
- *
- * If file was opened by caller first but this section was requested
- * the key will no be present. Also the key will no exist if no error
- * occured.
- */
-#define INI_META_KEY_READ_ERRMSG "err_msg"
/**
* @}