summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r--xlators/cluster/dht/src/dht-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h
index ad3bd0cd9d6..16e63f36644 100644
--- a/xlators/cluster/dht/src/dht-common.h
+++ b/xlators/cluster/dht/src/dht-common.h
@@ -15,6 +15,7 @@
#include "dht-messages.h"
#include "libxlator.h"
#include "syncop.h"
+#include "refcount.h"
#ifndef _DHT_H
#define _DHT_H
@@ -501,6 +502,7 @@ struct dir_dfmeta {
typedef struct dht_migrate_info {
xlator_t *src_subvol;
xlator_t *dst_subvol;
+ GF_REF_DECL;
} dht_migrate_info_t;
#define ENTRY_MISSING(op_ret, op_errno) (op_ret == -1 && op_errno == ENOENT)