From 91cff2ed47c9b3de03be3b7763aa1a8b1a4450cb Mon Sep 17 00:00:00 2001 From: Xiaoxi Wang Date: Wed, 17 Aug 2022 00:03:05 -0700 Subject: [PATCH] remote .actor name --- .../{DDRelocationQueue.actor.h => DDRelocationQueue.h} | 6 +++--- fdbserver/include/fdbserver/DDSharedContext.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename fdbserver/include/fdbserver/{DDRelocationQueue.actor.h => DDRelocationQueue.h} (89%) diff --git a/fdbserver/include/fdbserver/DDRelocationQueue.actor.h b/fdbserver/include/fdbserver/DDRelocationQueue.h similarity index 89% rename from fdbserver/include/fdbserver/DDRelocationQueue.actor.h rename to fdbserver/include/fdbserver/DDRelocationQueue.h index c92ed26e60..874e86b83f 100644 --- a/fdbserver/include/fdbserver/DDRelocationQueue.actor.h +++ b/fdbserver/include/fdbserver/DDRelocationQueue.h @@ -17,8 +17,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef FOUNDATIONDB_DDRELOCATIONQUEUE_ACTOR_H -#define FOUNDATIONDB_DDRELOCATIONQUEUE_ACTOR_H +#ifndef FOUNDATIONDB_DDRELOCATIONQUEUE_H +#define FOUNDATIONDB_DDRELOCATIONQUEUE_H #include "DataDistribution.actor.h" // send request/signal to DDRelocationQueue through interface @@ -32,4 +32,4 @@ struct IDDRelocationQueue { ; }; -#endif // FOUNDATIONDB_DDRELOCATIONQUEUE_ACTOR_H +#endif // FOUNDATIONDB_DDRELOCATIONQUEUE_H diff --git a/fdbserver/include/fdbserver/DDSharedContext.h b/fdbserver/include/fdbserver/DDSharedContext.h index 151d67fede..60cc0a1307 100644 --- a/fdbserver/include/fdbserver/DDSharedContext.h +++ b/fdbserver/include/fdbserver/DDSharedContext.h @@ -22,7 +22,7 @@ #include "fdbserver/MoveKeys.actor.h" #include "fdbserver/ShardsAffectedByTeamFailure.h" #include "fdbserver/DDShardTracker.h" -#include "fdbserver/DDRelocationQueue.actor.h" +#include "fdbserver/DDRelocationQueue.h" #include "fdbserver/DDTeamCollection.h" // The common info shared by all DD components. Normally the DD components should share the reference to the same