aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-10-21 14:30:44 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-10-21 14:30:44 +0200
commit4fffc1cd8ccf1c3b1f15b2cb1942daf8cdd556ab (patch)
tree15076853892f8bdc07efedde22cfb4479e253a07 /include
parent1e1e4e0bbb9734e902e51339ebb8c274c2082e08 (diff)
rename create -> connect
Diffstat (limited to 'include')
-rw-r--r--include/sibs/BootstrapConnection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sibs/BootstrapConnection.hpp b/include/sibs/BootstrapConnection.hpp
index 790b7ee..1c5c1a5 100644
--- a/include/sibs/BootstrapConnection.hpp
+++ b/include/sibs/BootstrapConnection.hpp
@@ -42,7 +42,7 @@ namespace sibs
DISABLE_COPY(BootstrapConnection)
public:
// Throws BootstrapConnectionException on error
- static std::future<std::unique_ptr<BootstrapConnection>> create(const Ipv4 &bootstrapAddress);
+ static std::future<std::unique_ptr<BootstrapConnection>> connect(const Ipv4 &bootstrapAddress);
~BootstrapConnection();
// If we are already listening on the key @pubsubKey then the callback function is overwritten