~jheiss/galera/galera

« back to all changes in this revision

Viewing changes to galerautils/src/gu_resolver.cpp

  • Committer: Alex Yurchenko
  • Date: 2011-08-20 23:37:05 UTC
  • Revision ID: ayurchen@void-20110820233705-532t7g9ip8ss24sv
References lp:828648 - synced with SVN branch 0.8 r2321

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
        ai_map.insert(make_pair("tcp",
34
34
                                get_addrinfo(0, AF_UNSPEC, SOCK_STREAM, 0)));
 
35
        ai_map.insert(make_pair("ssl",
 
36
                                get_addrinfo(0, AF_UNSPEC, SOCK_STREAM, 0)));
35
37
        ai_map.insert(make_pair("udp",
36
38
                                get_addrinfo(0, AF_UNSPEC, SOCK_DGRAM,  0)));
37
39
        // TODO: