Skip to content

Commit

Permalink
Optimize directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed May 12, 2020
1 parent 4562bd6 commit 117f6c4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ if test "$PHP_SWOOLE" != "no"; then
src/core/heap.cc \
src/core/log.cc \
src/core/ring_queue.cc \
src/core/socket.cc \
src/core/string.cc \
src/core/timer.cc \
src/coroutine/base.cc \
src/coroutine/channel.cc \
src/coroutine/context.cc \
Expand All @@ -441,15 +441,15 @@ if test "$PHP_SWOOLE" != "no"; then
src/memory/table.cc \
src/network/client.cc \
src/network/dns.cc \
src/network/process_pool.cc \
src/network/socket.cc \
src/network/stream.cc \
src/network/thread_pool.cc \
src/network/timer.cc \
src/os/async_thread.cc \
src/os/base.cc \
src/os/msg_queue.cc \
src/os/process_pool.cc \
src/os/sendfile.cc \
src/os/signal.cc \
src/os/thread_pool.cc \
src/os/timer.cc \
src/os/wait.cc \
src/pipe/base.cc \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file modified tools/constant-generator.php
100644 → 100755
Empty file.

0 comments on commit 117f6c4

Please sign in to comment.