diff options
Diffstat (limited to 'svdrp.h')
-rw-r--r-- | svdrp.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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, |