]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Split sync in and sync out into different tasks
authorerdgeist <>
Wed, 21 Nov 2007 01:54:52 +0000 (01:54 +0000)
committererdgeist <>
Wed, 21 Nov 2007 01:54:52 +0000 (01:54 +0000)
ot_mutex.h

index b2668cee725b8d90547c703230584b64673e8fc3..fd45397e87dbc12e1faaf14448012addcba2543e 100644 (file)
@@ -34,7 +34,8 @@ typedef enum {
 
   TASK_CLEAN                       = 0x0300,
 
-  TASK_SYNC                        = 0x0400,
+  TASK_SYNC_OUT                    = 0x0400,
+  TASK_SYNC_IN                     = 0x0401,
 
   TASK_DMEM                        = 0x0500,