diff --git a/src/peers.c b/src/peers.c index 129d28fef..d85478071 100644 --- a/src/peers.c +++ b/src/peers.c @@ -3385,6 +3385,7 @@ static void sync_peer_app_state(struct peers *peers, struct peer *peer) } } +/* Process the sync task for a running process. It is called from process_peer_sync() only */ static void __process_running_peer_sync(struct task *task, struct peers *peers, unsigned int state) { struct peer *ps; @@ -3554,6 +3555,7 @@ static void __process_running_peer_sync(struct task *task, struct peers *peers, } } +/* Process the sync task for a stopping process. It is called from process_peer_sync() only */ static void __process_stopping_peer_sync(struct task *task, struct peers *peers, unsigned int state) { struct peer *ps;