提交 b1495a53 编写于 作者: Y yihaoDeng

add log

上级 ab407c58
......@@ -12,8 +12,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "transComm.h"
#include "tmisce.h"
#include "transComm.h"
typedef struct {
int32_t numOfConn;
......@@ -309,7 +309,6 @@ static void cliWalkCb(uv_handle_t* handle, void* arg);
} \
} while (0)
static void* cliWorkThread(void* arg);
static void cliReleaseUnfinishedMsg(SCliConn* conn) {
......@@ -1257,7 +1256,7 @@ static void cliHandleFastFail(SCliConn* pConn, int status) {
SCliThrd* pThrd = pConn->hostThrd;
STrans* pTransInst = pThrd->pTransInst;
if (status == -1) status = ENETUNREACH;
if (status == -1) status = UV_EADDRNOTAVAIL;
if (pConn->pBatch == NULL) {
SCliMsg* pMsg = transQueueGet(&pConn->cliMsgs, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册