commit | d1427fba9a0c93d24573d81519200ac6048117fa | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Aug 29 17:20:32 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Aug 29 17:20:32 2013 -0700 |
tree | bb4fd1c036ee73160ca7165be129fbf982968435 | |
parent | 8dc775b1453751a58030f6441d8322825fe9050f [diff] [blame] |
Cody style: Replace init with initialize.
diff --git a/ndn-cpp/transport/tcp-transport.hpp b/ndn-cpp/transport/tcp-transport.hpp index fa3bd47..b9c12bb 100644 --- a/ndn-cpp/transport/tcp-transport.hpp +++ b/ndn-cpp/transport/tcp-transport.hpp
@@ -52,7 +52,7 @@ TcpTransport() : elementListener_(0), isConnected_(false) { - ndn_TcpTransport_init(&transport_); + ndn_TcpTransport_initialize(&transport_); elementReader_.partialData.array = 0; }