summaryrefslogtreecommitdiffstats
path: root/raul
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-15 22:56:24 +0000
committerDavid Robillard <d@drobilla.net>2008-11-15 22:56:24 +0000
commitdfd472bbedf71c41dbb464aa60b35d1712cbd7ad (patch)
tree6765f8364c75d82753be2825bebc4785275e0779 /raul
parent4411da815f15f5b9b6523d7707d9423e19304614 (diff)
downloadraul-dfd472bbedf71c41dbb464aa60b35d1712cbd7ad.tar.gz
raul-dfd472bbedf71c41dbb464aa60b35d1712cbd7ad.tar.bz2
raul-dfd472bbedf71c41dbb464aa60b35d1712cbd7ad.zip
Stubs for HTTP streaming.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1719 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r--raul/Thread.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/raul/Thread.hpp b/raul/Thread.hpp
index 14652c9..d7733c7 100644
--- a/raul/Thread.hpp
+++ b/raul/Thread.hpp
@@ -89,8 +89,7 @@ private:
}
/** Allocate thread-specific data key */
- static void thread_key_alloc()
- {
+ static void thread_key_alloc() {
pthread_key_create(&_thread_key, NULL);
}