addes threads
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
|
||||
typedef struct node NODE_t;
|
||||
typedef struct threadData THREAD_DATA_t;
|
||||
|
||||
struct node {
|
||||
int id;
|
||||
@ -15,6 +16,12 @@ struct node {
|
||||
};
|
||||
|
||||
|
||||
struct threadData {
|
||||
NODE_t* node;
|
||||
int cost;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user