| 123 | } |
| 124 | |
| 125 | const char* getServerVersion() { |
| 126 | static std::string serverVersion = std::string("BZFS") + getProtocolVersion(); |
| 127 | return serverVersion.c_str(); |
| 128 | } |
| 129 | |
| 130 | const char* getMajorMinorVersion() { |
| 131 | static std::string version = ""; |
no test coverage detected