Skip to content

Commit

Permalink
initializing 'depart' in Request.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arthasSin committed Nov 23, 2020
1 parent 9658765 commit 833c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Request.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Request
} type;

long arrive = -1;
long depart;
long depart = -1;
function<void(Request&)> callback; // call back with more info

Request(long addr, Type type, int coreid = 0)
Expand Down

0 comments on commit 833c0a5

Please sign in to comment.