Skip to content

Commit

Permalink
move the rsync related code to the seperated files in slash
Browse files Browse the repository at this point in the history
  • Loading branch information
JacketWoo authored and wuxiaofei-xy committed Jun 23, 2016
1 parent ace75b0 commit 4a273ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pika_admin.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "slash_string.h"
#include "rsync.h"
#include "pika_conf.h"
#include "pika_admin.h"
#include "pika_server.h"
Expand Down
1 change: 1 addition & 0 deletions src/pika_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <sys/ioctl.h>
#include <net/if.h>
#include "env.h"
#include "rsync.h"
#include "pika_server.h"
#include "slash_string.h"
#include "bg_thread.h"
Expand Down
1 change: 1 addition & 0 deletions src/pika_trysync_thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "pika_server.h"
#include "pika_conf.h"
#include "env.h"
#include "rsync.h"

extern PikaServer* g_pika_server;
extern PikaConf* g_pika_conf;
Expand Down
2 changes: 1 addition & 1 deletion third/slash
Submodule slash updated from 8cccf5 to 2446f4

0 comments on commit 4a273ed

Please sign in to comment.