Update asyncdemo.c
This commit is contained in:
parent
5a4ac21df7
commit
eafc5d39a5
|
@ -30,7 +30,6 @@ int points = 5;
|
||||||
int numOfTables = 3;
|
int numOfTables = 3;
|
||||||
int tablesProcessed = 0;
|
int tablesProcessed = 0;
|
||||||
int64_t st, et;
|
int64_t st, et;
|
||||||
int done = 0;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int id;
|
int id;
|
||||||
|
|
Loading…
Reference in New Issue