diff options
Diffstat (limited to 'xlators/features/snapview-server/src/snapview-server.c')
| -rw-r--r-- | xlators/features/snapview-server/src/snapview-server.c | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/xlators/features/snapview-server/src/snapview-server.c b/xlators/features/snapview-server/src/snapview-server.c index 3c48b067025..9fd2cfb41e6 100644 --- a/xlators/features/snapview-server/src/snapview-server.c +++ b/xlators/features/snapview-server/src/snapview-server.c @@ -2691,3 +2691,16 @@ struct volume_options options[] = {      },      {.key = {NULL}},  }; + +xlator_api_t xlator_api = { +    .init = init, +    .fini = fini, +    .notify = notify, +    .mem_acct_init = mem_acct_init, +    .op_version = {1}, +    .fops = &fops, +    .cbks = &cbks, +    .options = options, +    .identifier = "snapview-server", +    .category = GF_MAINTAINED, +};  | 
