Browse Source

debug.cpp

nix-debugging
Antonio SJ Musumeci 19 hours ago
parent
commit
ebe716cded
  1. 5
      libfuse/lib/debug.cpp

5
libfuse/lib/debug.cpp

@ -1098,6 +1098,11 @@ const
char*
opcode_name(enum fuse_opcode op_)
{
static const char *names2[] =
{
[FUSE_LOOKUP] = "LOOKUP";
};
static const char *names[] =
{
"INVALID",

Loading…
Cancel
Save