Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-04-21 06:50:45 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-04-21 06:50:45 +0400
commitdece92ab70a8f9ab8d30b004848183c25d8e5004 (patch)
treea2cb238af05a0dd707bad52ee8a6ffe7fac0f80c /upnphttp.h
parent2874e484607ad96ee5b3e731a990441e00fe7ff1 (diff)
* Invalidate the scanner cache when an inotify deletion takes place.
Diffstat (limited to 'upnphttp.h')
-rw-r--r--upnphttp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upnphttp.h b/upnphttp.h
index 27c9858..f2bb35c 100644
--- a/upnphttp.h
+++ b/upnphttp.h
@@ -79,6 +79,7 @@ struct upnphttp {
#define FLAG_CHUNKED 0x0100
#define FLAG_TIMESEEK 0x0200
#define FLAG_REALTIMEINFO 0x0400
+#define FLAG_PLAYSPEED 0x0800
#define FLAG_XFERSTREAMING 0x1000
#define FLAG_XFERINTERACTIVE 0x2000
#define FLAG_XFERBACKGROUND 0x4000