From 7e73afccab894cdc885e9158f08063dc3c239586 Mon Sep 17 00:00:00 2001 From: Vlad Zolotarov Date: Tue, 23 Jun 2015 16:35:57 +0300 Subject: [PATCH] locator: local_strategy: register a short name creator Signed-off-by: Vlad Zolotarov --- locator/local_strategy.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/locator/local_strategy.cc b/locator/local_strategy.cc index d57174d0b4..935374ebf6 100644 --- a/locator/local_strategy.cc +++ b/locator/local_strategy.cc @@ -25,5 +25,6 @@ size_t local_strategy::get_replication_factor() const { using registry = class_registrator&>; static registry registrator("org.apache.cassandra.locator.LocalStrategy"); +static registry registrator_short_name("LocalStrategy"); }