Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
javadsaberlatibari authored Mar 28, 2024
1 parent 6714f3d commit 8814dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellcoordination/benchmark/rubis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Rubis : public ReplicatedObject
QUERY = 6
};
std::atomic<int> auction [200][4]={{0}}; //auctionid-quantity-user propsed max value-max value -valid auction
bool registeredusers [200]={false};
std::atomic<bool> registeredusers [200]={false};
int userscounter=0;
//std::set<std::string> movies;
//std::set<std::string> customers;
Expand Down

0 comments on commit 8814dc8

Please sign in to comment.