mirror of
git://erdgeist.org/opentracker
synced 2025-03-28 13:36:20 +01:00
Split sync in and sync out into different tasks
This commit is contained in:
parent
a85798279b
commit
e65a41d000
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ typedef enum {
|
|||
|
||||
TASK_CLEAN = 0x0300,
|
||||
|
||||
TASK_SYNC = 0x0400,
|
||||
TASK_SYNC_OUT = 0x0400,
|
||||
TASK_SYNC_IN = 0x0401,
|
||||
|
||||
TASK_DMEM = 0x0500,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue