pvfs->ntvfs->ctx->event_ctx,
pvfs->ntvfs->ctx->config);
+ pvfs->wbc_ctx = wbc_init(pvfs,
+ pvfs->ntvfs->ctx->msg_ctx,
+ pvfs->ntvfs->ctx->event_ctx);
+ if (pvfs->wbc_ctx == NULL) {
+ return NT_STATUS_INTERNAL_DB_CORRUPTION;
+ }
+
/* allocate the search handle -> ptr tree */
pvfs->search.idtree = idr_init(pvfs);
NT_STATUS_HAVE_NO_MEMORY(pvfs->search.idtree);
struct brl_context *brl_context;
struct odb_context *odb_context;
struct notify_context *notify_context;
+ struct wbc_context *wbc_ctx;
/* a list of pending async requests. Needed to support
ntcancel */