ublk-cpp v0.0
Loading...
Searching...
No Matches
nop.cpp File Reference

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.

Detailed Description

A no-op ublk block device server.

This example demonstrates the minimal structure of a ublk-cpp daemon.

Definition in file nop.cpp.