mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 02:18:39 +08:00
8 lines
323 B
C++
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>; |