MCPcopy Create free account
hub / github.com/F-Stack/f-stack / HangupNotify

Method HangupNotify

adapter/micro_thread/mt_net.cpp:1445–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443}
1444
1445int CSockLink::HangupNotify()
1446{
1447 MTLOG_ERROR("socket epoll error, fd %d", _fd);
1448
1449 this->_errno = RC_KQUEUE_ERROR;
1450 this->Destroy();
1451 return -1;
1452}
1453
1454CDestLinks::CDestLinks()
1455{

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.95

Tested by

no test coverage detected