summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.h
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2011-04-14 05:11:33 +0000
committerAnand Avati <avati@gluster.com>2011-05-31 21:53:59 -0700
commit0d2d861849a3b066eac676ebed4e16accdfe8598 (patch)
tree46845464af66310163e83c62a1fae0b168d95cf6 /xlators/cluster/dht/src/dht-common.h
parentdd476eb4678df02ff22f9aa7db7453f857721c42 (diff)
DHT:first_up_subvol should be the one up the longest
Signed-off-by: shishir gowda <shishirng@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2684 (Dir missing from mount point) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2684
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r--xlators/cluster/dht/src/dht-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h
index 99b626c16..95c20af1f 100644
--- a/xlators/cluster/dht/src/dht-common.h
+++ b/xlators/cluster/dht/src/dht-common.h
@@ -170,6 +170,7 @@ struct dht_conf {
gf_boolean_t use_readdirp;
char vol_uuid[UUID_SIZE + 1];
gf_boolean_t assert_no_child_down;
+ time_t *subvol_up_time;
};
typedef struct dht_conf dht_conf_t;