mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
fixed one compiling error
This commit is contained in:
parent
a9ffe34907
commit
b7c6384b1e
@ -240,8 +240,6 @@ void acl_master_spawn(ACL_MASTER_SERV *serv)
|
||||
proc->avail = 0;
|
||||
proc->start = (long) time(NULL);
|
||||
proc->use_count = 0;
|
||||
proc->callback = NULL;
|
||||
proc->ctx = NULL;
|
||||
|
||||
acl_binhash_enter(acl_var_master_child_table,
|
||||
(char *) &pid, sizeof(pid), (char *) proc);
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: The powerful c/c++ library and server framework
|
||||
Name: acl-libs
|
||||
Version: 3.3.0
|
||||
Release: 32
|
||||
Release: 33
|
||||
Group: System/Libs
|
||||
License: IBM
|
||||
URL: http://cdnlog-web.qiyi.domain
|
||||
@ -76,6 +76,9 @@ fi
|
||||
/etc/init.d/master
|
||||
|
||||
%changelog
|
||||
* Sat Oct 27 2018 zhengshuxin@qiyi.com 3.3.0-33-20171027.14
|
||||
- fixed one compiling error
|
||||
|
||||
* Sat Oct 27 2018 zhengshuxin@qiyi.com 3.3.0-32-20171027.13
|
||||
- fixed one bug in fiber that int maybe overflow
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user