...
This commit is contained in:
14
cxx/mount_server.cpp
Normal file
14
cxx/mount_server.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "comm_server.h"
|
||||
|
||||
#include <spdlog/sinks/basic_file_sink.h>
|
||||
#include <spdlog/sinks/stdout_color_sinks.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
asio::io_context ctx;
|
||||
|
||||
mcc::MccMountServer server(ctx, spdlog::stdout_color_mt("STDOUT_LOGGER"));
|
||||
|
||||
|
||||
ctx.run();
|
||||
}
|
||||
Reference in New Issue
Block a user