Merge branch 'master' of git.kingsome.cn:server_common/a8

This commit is contained in:
azw 2023-05-06 09:30:28 +00:00
commit f2a0062ee7

View File

@ -29,6 +29,7 @@ namespace a8
};
typedef std::function<void(const a8::Args&)> CommonCbProc;
typedef std::function<void(const a8::Args*)> CommonCbProcEx;
typedef std::weak_ptr<struct XTimerPtr> XTimerWp;
const int INVALID_FD = -1;