remote .actor name

This commit is contained in:
Xiaoxi Wang 2022-08-17 00:03:05 -07:00
parent f83493355e
commit 91cff2ed47
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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