summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-11-04 17:01:56 +0100
committermethodus <methodus@web.de>2012-11-04 17:01:56 +0100
commit9b25495fffec4be843e8540c115dd5d9e9e4c7a0 (patch)
tree323f0bfa76e9bad58a258eac3fef948547672002 /include
parent89d79438c4825fb0e66761d0c79ae4d06fe4e82b (diff)
downloadvdr-plugin-upnp-9b25495fffec4be843e8540c115dd5d9e9e4c7a0.tar.gz
vdr-plugin-upnp-9b25495fffec4be843e8540c115dd5d9e9e4c7a0.tar.bz2
Added check if there are active streams ongoing.
Diffstat (limited to 'include')
-rw-r--r--include/tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tools.h b/include/tools.h
index 4c6908d..966040d 100644
--- a/include/tools.h
+++ b/include/tools.h
@@ -30,6 +30,8 @@ using namespace std;
#define MAX_METADATA_LENGTH_L 1024
#define MAX_METADATA_LENGTH_S 256
+#define _unused(x) ((void)x)
+
namespace upnp {
typedef std::list<std::string> StringList;