sapling/eden/fs/nfs
Jim Meyering 4aa901fe1f eden/fs/nfs/rpc/Server.h: adjust for C++20
Summary:
Provide a no-arg constructor, for C++20

This avoids the following errors:
```
eden/fs/nfs/rpc/Server.h:234:63: error: no matching constructor for initialization of 'facebook::eden::RpcTcpHandler::State'
    explicit StateWrapper(folly::EventBase* evb) : evb_{evb}, state_{} {}
                                                              ^     ~~
eden/fs/nfs/rpc/Server.h:221:5: note: candidate constructor not viable: requires single argument 'state', but no arguments were provided
    State(const State& state) = delete;
    ^
eden/fs/nfs/rpc/Server.h:223:5: note: candidate constructor not viable: requires single argument 'state', but no arguments were provided
    State(State&& state) = delete;
```

Differential Revision: D32521305

fbshipit-source-id: 70d53db2093b41b58d4abc0b20389b0169b7a2e3
2021-11-17 21:50:09 -08:00
..
portmap nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
rpc eden/fs/nfs/rpc/Server.h: adjust for C++20 2021-11-17 21:50:09 -08:00
test use portable version of gtest 2021-05-12 15:58:27 -07:00
testharness use portable version of gtest 2021-05-12 15:58:27 -07:00
xdr use portable version of gtest 2021-05-12 15:58:27 -07:00
CMakeLists.txt introduce NfsRequsetContext 2021-07-26 16:04:03 -07:00
DirList.cpp nfs: make XdrTrait<T>::serializedSize non constexpr 2021-03-22 19:27:38 -07:00
DirList.h nfs: implement the READDIR RPC 2021-03-18 10:08:50 -07:00
Mountd.cpp takeover for mountd 2021-11-17 17:13:12 -08:00
Mountd.h takeover for mountd 2021-11-17 17:13:12 -08:00
MountdRpc.cpp nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
MountdRpc.h nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
Nfsd3.cpp takeover stop for NFS mounts 2021-11-17 17:13:11 -08:00
Nfsd3.h takeover stop for NFS mounts 2021-11-17 17:13:11 -08:00
NfsDispatcher.cpp fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00
NfsDispatcher.h nfs: convert Nfsd3 to ImmediateFuture 2021-05-13 16:51:34 -07:00
NfsdRpc.cpp nfs: add RPC types for MKNOD 2021-04-13 14:59:58 -07:00
NfsdRpc.h nfs: add RPC types for MKNOD 2021-04-13 14:59:58 -07:00
NfsRequestContext.cpp introduce NfsRequsetContext 2021-07-26 16:04:03 -07:00
NfsRequestContext.h introduce NfsRequsetContext 2021-07-26 16:04:03 -07:00
NfsServer.cpp takeover for mountd 2021-11-17 17:13:12 -08:00
NfsServer.h takeover for mountd 2021-11-17 17:13:12 -08:00