mirror of
https://github.com/uroni/fuseuring.git
synced 2025-10-26 11:19:19 +00:00
7 lines
252 B
C++
Executable File
7 lines
252 B
C++
Executable File
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
// Copyright (C) Martin Raiber
|
|
#pragma once
|
|
#include "../Interface/File.h"
|
|
#include <string>
|
|
|
|
int fuseuring_main(int backing_fd, const std::string& mountpoint, int max_background, int congestion_threshold); |