summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-01-30 16:15:54 +0100
committerGuido Günther <agx@sigxcpu.org>2016-01-30 23:29:55 +0100
commite2398689f525794a28e6ef57eb906c56763bfff1 (patch)
treead7dae09091f53f6e9db0f37b1da9062a395103b /include
parent4500b9a982f0e0803318d604a993ded16820dcd3 (diff)
Support multiple HV connections
Diffstat (limited to 'include')
-rw-r--r--include/simplec.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/simplec.hrl b/include/simplec.hrl
index 1a21df1..605f45c 100644
--- a/include/simplec.hrl
+++ b/include/simplec.hrl
@@ -1 +1 @@
--record(config, {url, dir}). \ No newline at end of file
+-record(config, {uris, dir}).