foundationdb/fdbclient/CommitProxyInterface.cpp
Xiaoge Su b14ae1a6a2 Extern template to reduce object instantiation
Wall time: 939.781
Clang time: 13212.0
2023-01-23 21:07:51 -08:00

8 lines
323 B
C++

#include "fdbclient/CommitProxyInterface.h"
#include "fdbclient/CoordinationInterface.h"
// Instantiate ClientDBInfo related tempates
template class ReplyPromise<CachedSerialization<ClientDBInfo>>;
// Instantiate OpenDatabaseCoordRequest related templates
template struct NetNotifiedQueue<OpenDatabaseCoordRequest, true>;