Browse Source

debug.cpp

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

5
libfuse/lib/debug.cpp

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

Loading…
Cancel
Save