summaryrefslogtreecommitdiffstats
path: root/src/cynagora.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cynagora.h')
-rw-r--r--src/cynagora.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cynagora.h b/src/cynagora.h
index d17476c..b77c0f4 100644
--- a/src/cynagora.h
+++ b/src/cynagora.h
@@ -58,7 +58,7 @@ struct cynagora_key {
struct cynagora_value {
/** the associated value */
const char *value;
- /** the expiration */
+ /** the expiration in seconds since epoch, negative to avoid cache */
time_t expire;
};