comparison dependency.h @ 61:33b2eb9af81a

more changes to vms_impl and ssr_impl
author Some Random Person <seanhalle@yahoo.com>
date Sat, 10 Mar 2012 20:35:38 -0800
parents 6b723b55b9a0
children a32504bb2a1c
comparison
equal deleted inserted replaced
5:1642d2b62b2f 6:9a20001734bd
8 #ifndef DEPENDENCY_H 8 #ifndef DEPENDENCY_H
9 #define DEPENDENCY_H 9 #define DEPENDENCY_H
10 10
11 11
12 #include <stdio.h> 12 #include <stdio.h>
13 #include "../../C_Libraries/ListOfArrays/ListOfArrays.h" 13 #include "ListOfArrays/ListOfArrays.h"
14 14
15 typedef struct { 15 typedef struct {
16 int vp; 16 int vp;
17 int task; 17 int task;
18 } Unit; 18 } Unit;