Skip to content

Commit

Permalink
Fixed compile failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Sep 30, 2014
1 parent b2758f3 commit b751d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php_swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "Client.h"
#include "async.h"

#define PHP_SWOOLE_VERSION "1.7.6"
#define PHP_SWOOLE_VERSION "1.7.6-beta"
#define PHP_SWOOLE_CHECK_CALLBACK

/**
Expand Down
2 changes: 1 addition & 1 deletion src/factory/FactoryProcess.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static int swFactoryProcess_manager_start(swFactory *factory)
//创建manager进程
case 0:
//wait master process
SW_START_SLEEP();
SW_START_SLEEP;
if (SwooleGS->start == 0)
{
return SW_OK;
Expand Down

0 comments on commit b751d23

Please sign in to comment.