2019-08-08 17:40:16 +08:00
|
|
|
#pragma once
|
|
|
|
|
2019-08-28 14:55:47 +08:00
|
|
|
#include <iostream>
|
|
|
|
#include <assert.h>
|
|
|
|
#include <getopt.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/socket.h>
|
2019-08-08 17:40:16 +08:00
|
|
|
|
|
|
|
#include "acl_cpp/lib_acl.hpp"
|
2019-08-28 14:55:47 +08:00
|
|
|
|
|
|
|
extern acl::atomic_long __aio_refer;
|
|
|
|
extern int __success;
|
|
|
|
extern int __destroy;
|
|
|
|
extern int __disconnect;
|
|
|
|
extern int __ns_failed;
|
|
|
|
extern int __connect_ok;
|
|
|
|
extern int __connect_timeout;
|
|
|
|
extern int __connect_failed;
|
|
|
|
extern int __header_ok;
|
|
|
|
extern int __read_timeout;
|