Skip to content

Commit

Permalink
Merge branch 'scylladb:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
QuerthDP authored Jan 24, 2025
2 parents 0476452 + f4b1ad4 commit fc3fa13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

namespace debug {

seastar::sharded<replica::database>* the_database = nullptr;
seastar::sharded<replica::database>* volatile the_database = nullptr;

}
2 changes: 1 addition & 1 deletion debug.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class database;

namespace debug {

extern seastar::sharded<replica::database>* the_database;
extern seastar::sharded<replica::database>* volatile the_database;


}
Expand Down
1 change: 1 addition & 0 deletions test/boost/bptree_validation.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <stddef.h>
#include <iostream>
#include <fmt/format.h>
#include "utils/bptree.hh"

namespace bplus {
Expand Down
1 change: 1 addition & 0 deletions test/raft/replication.hh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <memory>
#include <random>
#include <bit>
#include <fmt/std.h>
#include <seastar/core/app-template.hh>
#include <seastar/core/gate.hh>
#include <seastar/core/sleep.hh>
Expand Down

0 comments on commit fc3fa13

Please sign in to comment.