summaryrefslogtreecommitdiff
path: root/svdrp.h
diff options
context:
space:
mode:
Diffstat (limited to 'svdrp.h')
-rw-r--r--svdrp.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/svdrp.h b/svdrp.h
index 700a1300..e0d3616e 100644
--- a/svdrp.h
+++ b/svdrp.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: svdrp.h 4.6 2017/06/25 12:27:57 kls Exp $
+ * $Id: svdrp.h 4.7 2017/06/30 09:49:39 kls Exp $
*/
#ifndef __SVDRP_H
@@ -12,6 +12,12 @@
#include "tools.h"
+enum eSvdrpPeerModes {
+ spmOff = 0,
+ spmAny = 1,
+ spmOnly = 2,
+ };
+
enum eSvdrpFetchFlags {
sffNone = 0b0000,
sffTimers = 0b0001,