chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
server side support for cookies, basic tests
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index 02c953a83fca8e8a7bc99a701b41074440fa76f9..eb028b05105c183694bb2ce0c5895a032111b106 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-245,6
+245,12
@@
struct config {
/** @brief Whether to loop back multicast packets */
int multicast_loop;
/** @brief Whether to loop back multicast packets */
int multicast_loop;
+
+ /** @brief Login lifetime in seconds */
+ long cookie_login_lifetime;
+
+ /** @brief Signing key lifetime in seconds */
+ long cookie_key_lifetime;
/* derived values: */
int nparts; /* number of distinct name parts */
/* derived values: */
int nparts; /* number of distinct name parts */