comparison dependency.h @ 73:f20b4d9d3086

add recording of req type for unit fusing in ucc
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Mon, 16 Apr 2012 18:25:31 +0200
parents d20b105981b7
children b73e4a6f3497
comparison
equal deleted inserted replaced
8:0e902349de0e 9:e3bcee87c617
14 14
15 typedef struct { 15 typedef struct {
16 int vp; 16 int vp;
17 int task; 17 int task;
18 void* ret_ptr; 18 void* ret_ptr;
19 int reqType;
19 } Unit; 20 } Unit;
20 21
21 typedef struct { 22 typedef struct {
22 int from_vp; 23 int from_vp;
23 int from_task; 24 int from_task;