mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Fix incantation again
This commit is contained in:
parent
564c70acb4
commit
a355190359
@ -21,11 +21,11 @@
|
||||
#pragma once
|
||||
|
||||
// When actually compiled (NO_INTELLISENSE), include the generated version of this file. In intellisense use the source version.
|
||||
#if defined(NO_INTELLISENSE) && !defined(FLOW_METRICLOGGER_ACTOR_G_H)
|
||||
#define FLOW_METRICLOGGER_ACTOR_G_H
|
||||
#include "flow/TDMetric.actor.g.h"
|
||||
#elif !defined(FLOW_METRICLOGGER_ACTOR_H)
|
||||
#define FLOW_METRICLOGGER_ACTOR_H
|
||||
#if defined(NO_INTELLISENSE) && !defined(FDBSERVER_METRICLOGGER_ACTOR_G_H)
|
||||
#define FDBSERVER_METRICLOGGER_ACTOR_G_H
|
||||
#include "fdbserver/MetricLogger.actor.g.h"
|
||||
#elif !defined(FDBSERVER_METRICLOGGER_ACTOR_H)
|
||||
#define FDBSERVER_METRICLOGGER_ACTOR_H
|
||||
#include "flow/actorcompiler.h" // This must be the last #include
|
||||
|
||||
ACTOR Future<Void> runMetrics(Future<Database> fcx, Key metricsPrefix);
|
||||
|
Loading…
x
Reference in New Issue
Block a user