[telepathy-stream-engine/refs/tags/telepathy-stream-engine_0.5.10] Disable old rt
Olivier Crête
olivier.crete at collabora.co.uk
Mon Oct 26 09:28:20 PDT 2009
---
src/stream-engine-main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/stream-engine-main.c b/src/stream-engine-main.c
index ea1cce7..ee5493f 100644
--- a/src/stream-engine-main.c
+++ b/src/stream-engine-main.c
@@ -68,7 +68,7 @@ gboolean forced_exit_in_progress = FALSE;
#define WATCHDOG_BARK 5
#define WATCHDOG_BITE 30
-#ifdef USE_REALTIME
+#ifdef USE_REALTIME_DISABLED
#define DEF_PRIORITY_POLICY SCHED_RR
#define PRIORITY_DELTA 1
@@ -269,7 +269,7 @@ int main(int argc, char **argv)
signal (SIGUSR1, got_sigusr1);
-#ifdef USE_REALTIME
+#ifdef USE_REALTIME_DISABLED
{
int rt_mode;
char *rt_env;
--
1.5.6.5
More information about the telepathy-commits
mailing list