mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 14:54:38 +08:00
config_passthrough.hpp
This commit is contained in:
parent
d12e4c4a2b
commit
7187d1f4fd
|
@ -23,6 +23,6 @@
|
|||
#include "enum.hpp"
|
||||
|
||||
|
||||
BETTER_ENUM(PassthroughEnum, uint8_t, false, true);
|
||||
BETTER_ENUM(PassthroughEnum, uint8_t, "false", "true");
|
||||
|
||||
typedef Enum<PassthroughEnum> Passthrough;
|
||||
|
|
Loading…
Reference in New Issue
Block a user