##// END OF EJS Templates
sync
paul -
r11:be0dc1c18769 default
parent child
Show More
@@ -179,23 +179,43 typedef struct ring_node
179 #define TASKID_AVF2 18
179 #define TASKID_AVF2 18
180 #define TASKID_PRC2 19
180 #define TASKID_PRC2 19
181
181
182 //#define TASK_PRIORITY_SPIQ 5
183 //#define TASK_PRIORITY_WTDG 10
184 //#define TASK_PRIORITY_HOUS 20
185 //#define TASK_PRIORITY_AVF0 25
186 //#define TASK_PRIORITY_AVF1 30
187 //#define TASK_PRIORITY_AVF2 33
188 //#define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
189 //#define TASK_PRIORITY_CWF2 35 //
190 //#define TASK_PRIORITY_SWBD 37 // SWBD has a lower priority than WFRM, this is to extract the snapshot before sending it
191 //#define TASK_PRIORITY_WFRM 40
192 //#define TASK_PRIORITY_CWF3 40 // there is a printf in this function, be careful with its priority wrt CWF1
193 //#define TASK_PRIORITY_RECV 45
194 //#define TASK_PRIORITY_SEND 50
195 //#define TASK_PRIORITY_ACTN 50
196 //#define TASK_PRIORITY_PRC2 90
197 //#define TASK_PRIORITY_PRC0 100
198 //#define TASK_PRIORITY_PRC1 105
199 //#define TASK_PRIORITY_STAT 200
200 //#define TASK_PRIORITY_DUMB 200
201
182 #define TASK_PRIORITY_SPIQ 5
202 #define TASK_PRIORITY_SPIQ 5
183 #define TASK_PRIORITY_WTDG 10
203 #define TASK_PRIORITY_WTDG 20
184 #define TASK_PRIORITY_RECV 15
204 #define TASK_PRIORITY_HOUS 30
185 #define TASK_PRIORITY_HOUS 20
186 #define TASK_PRIORITY_AVF0 25
187 #define TASK_PRIORITY_AVF1 30
188 #define TASK_PRIORITY_AVF2 33
189 #define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
205 #define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
190 #define TASK_PRIORITY_CWF2 35 //
206 #define TASK_PRIORITY_CWF2 35 //
191 #define TASK_PRIORITY_SWBD 37 // SWBD has a lower priority than WFRM, this is to extract the snapshot before sending it
207 #define TASK_PRIORITY_SWBD 37 // SWBD has a lower priority than WFRM, this is to extract the snapshot before sending it
192 #define TASK_PRIORITY_WFRM 40
208 #define TASK_PRIORITY_WFRM 40
193 #define TASK_PRIORITY_CWF3 40 // there is a printf in this function, be careful with its priority wrt CWF1
209 #define TASK_PRIORITY_CWF3 40 // there is a printf in this function, be careful with its priority wrt CWF1
210 #define TASK_PRIORITY_SEND 45
211 #define TASK_PRIORITY_RECV 50
194 #define TASK_PRIORITY_ACTN 50
212 #define TASK_PRIORITY_ACTN 50
195 #define TASK_PRIORITY_PRC2 90
213 #define TASK_PRIORITY_AVF0 60
214 #define TASK_PRIORITY_AVF1 70
196 #define TASK_PRIORITY_PRC0 100
215 #define TASK_PRIORITY_PRC0 100
197 #define TASK_PRIORITY_PRC1 105
216 #define TASK_PRIORITY_PRC1 100
198 #define TASK_PRIORITY_SEND 130
217 #define TASK_PRIORITY_AVF2 110
218 #define TASK_PRIORITY_PRC2 110
199 #define TASK_PRIORITY_STAT 200
219 #define TASK_PRIORITY_STAT 200
200 #define TASK_PRIORITY_DUMB 200
220 #define TASK_PRIORITY_DUMB 200
201
221
General Comments 0
You need to be logged in to leave comments. Login now