|
ublk-cpp v0.0
|
A no-op ublk block device server. More...
#include <cerrno>#include <condy.hpp>#include <csignal>#include <cstdint>#include <exception>#include <fcntl.h>#include <getopt.h>#include <iostream>#include <print>#include <sys/signalfd.h>#include <system_error>#include <thread>#include <ublk.hpp>#include <unistd.h>Go to the source code of this file.
A no-op ublk block device server.
This example demonstrates the minimal structure of a ublk-cpp daemon.
Definition in file nop.cpp.