summaryrefslogtreecommitdiffstats
path: root/src/tuple_gen.cpp
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-11-20 14:06:38 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-11-21 12:56:28 +0200
commitfb823791cf8794dc367640a1f46ea051a0c79ccc (patch)
tree930830c09477242cb2cc530bdcec2fc11c68b3b0 /src/tuple_gen.cpp
parentbf83f301e4fdbf333240af7f316735e35634c5fd (diff)
Seperating ClientCfgDirBase/Ext and ClientCfgBase/Ext to save memory
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/tuple_gen.cpp')
-rwxr-xr-xsrc/tuple_gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuple_gen.cpp b/src/tuple_gen.cpp
index f91a71a2..a4509580 100755
--- a/src/tuple_gen.cpp
+++ b/src/tuple_gen.cpp
@@ -133,7 +133,7 @@ void CClientPool::allocate_configured_clients(uint32_t min_ip,
throw std::runtime_error(ss.str());
}
- ClientCfg info;
+ ClientCfgBase info;
group->assign(info);
if (is_long_range) {