Driver: Add Servd

This commit is contained in:
Kyle Schwarz
2025-05-08 11:22:42 -04:00
parent 7eeb1b6c38
commit 4dcb944d35
18 changed files with 679 additions and 75 deletions
+2
View File
@@ -1012,6 +1012,8 @@ private:
* @return The size of the vsa log files on the disk
*/
std::optional<uint64_t> getVSADiskSize();
bool enableNetworkCommunication(bool enable);
};
}