[MEDIUM] Manage peers section parsing and stick table registration on peers.
diff --git a/include/common/cfgparse.h b/include/common/cfgparse.h
index a67f0d1..b43f899 100644
--- a/include/common/cfgparse.h
+++ b/include/common/cfgparse.h
@@ -33,6 +33,7 @@
 #define CFG_GLOBAL	1
 #define CFG_LISTEN	2
 #define CFG_USERLIST	3
+#define CFG_PEERS	4
 
 struct cfg_keyword {
 	int section;                            /* section type for this keyword */