MCPcopy Create free account
hub / github.com/apache/qpid-proton / errno_str

Function errno_str

c/src/proactor/win_iocp.cpp:1581–1584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1579
1580
1581std::string errno_str(const std::string& msg, bool is_wsa) {
1582 DWORD e = is_wsa ? WSAGetLastError() : GetLastError();
1583 return msg + ": " + errno_str2(e);
1584}
1585
1586
1587

Callers 2

proactor_completion_loopFunction · 0.85
pn_proactorFunction · 0.85

Calls 1

errno_str2Function · 0.85

Tested by

no test coverage detected