add better comment
This commit is contained in:
parent
19a457ab7d
commit
9833438733
@ -12,7 +12,8 @@ struct SharedBarriers {
|
|||||||
// Condition that no update is running
|
// Condition that no update is running
|
||||||
boost::interprocess::interprocess_condition update_finished_condition;
|
boost::interprocess::interprocess_condition update_finished_condition;
|
||||||
|
|
||||||
// Is there any message?
|
// Is there an ongoing update?
|
||||||
bool update_ongoing;
|
bool update_ongoing;
|
||||||
|
// Is there any query?
|
||||||
int number_of_queries;
|
int number_of_queries;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user