mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
8
src/storage/storage.cpp
Normal file
8
src/storage/storage.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "common/app/TwoPhaseApplication.h"
|
||||
#include "memory/common/OverrideCppNewDelete.h"
|
||||
#include "storage/service/StorageServer.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
using namespace hf3fs;
|
||||
return TwoPhaseApplication<storage::StorageServer>().run(argc, argv);
|
||||
}
|
||||
Reference in New Issue
Block a user