summaryrefslogtreecommitdiffstats
path: root/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
commite020e018ead0766b72b1e68877e4f8347fb5901c (patch)
tree508b5a2c65d72be2e0ae1b57ec7f5d6e2da2b0ee /ini/ini_config.h
parent3c189c57a30eaba8a6af4bb35eed45535fc8d16f (diff)
downloadding-libs-e020e018ead0766b72b1e68877e4f8347fb5901c.tar.gz
ding-libs-e020e018ead0766b72b1e68877e4f8347fb5901c.tar.xz
ding-libs-e020e018ead0766b72b1e68877e4f8347fb5901c.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 'ini/ini_config.h')
-rw-r--r--ini/ini_config.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/ini/ini_config.h b/ini/ini_config.h
index bd2bdd9..c0f82d0 100644
--- a/ini/ini_config.h
+++ b/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"
/**
* @}