From 1ee6c18cfb5eb03f33a5938b37e357dd3fd2c164 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 8 Dec 2005 14:41:53 +0100 Subject: Add abstraction layer for storage --- conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.h') diff --git a/conf.h b/conf.h index e31e0982..a4f3ed79 100644 --- a/conf.h +++ b/conf.h @@ -41,6 +41,7 @@ typedef struct conf char *hostname; char *configdir; char *motdfile; + char *storage; int ping_interval; int ping_timeout; } conf_t; -- cgit v1.2.3