Skip to content

Commit b751d23

Browse files
committed
Fixed compile failed.
1 parent b2758f3 commit b751d23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php_swoole.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include "Client.h"
3838
#include "async.h"
3939

40-
#define PHP_SWOOLE_VERSION "1.7.6"
40+
#define PHP_SWOOLE_VERSION "1.7.6-beta"
4141
#define PHP_SWOOLE_CHECK_CALLBACK
4242

4343
/**

src/factory/FactoryProcess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ static int swFactoryProcess_manager_start(swFactory *factory)
318318
//创建manager进程
319319
case 0:
320320
//wait master process
321-
SW_START_SLEEP();
321+
SW_START_SLEEP;
322322
if (SwooleGS->start == 0)
323323
{
324324
return SW_OK;

0 commit comments

Comments
 (0)