add better comment

This commit is contained in:
Dennis Luxen 2013-10-18 21:58:07 +02:00
parent 19a457ab7d
commit 9833438733

View File

@ -12,7 +12,8 @@ struct SharedBarriers {
// Condition that no update is running
boost::interprocess::interprocess_condition update_finished_condition;
// Is there any message?
// Is there an ongoing update?
bool update_ongoing;
// Is there any query?
int number_of_queries;
};