From 025f2000d515244e085cd82ac089d7f0271fc531 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 29 Jun 2009 19:32:31 +0400 Subject: * Add views support (not completely tested yet) --- src/cfg_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cfg_file.h') diff --git a/src/cfg_file.h b/src/cfg_file.h index 1a02644f7..de3003306 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -219,6 +219,7 @@ struct config_file { GHashTable* statfiles; /**< hash of defined statfiles indexed by alias */ GHashTable* cfg_params; /**< all cfg params indexed by its name in this structure */ int clock_res; /**< resolution of clock used */ + GList *views; /**< views */ }; /** -- cgit v1.2.3