Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2013-08-20 18:25:17 +0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
039c4743a1652b64a410a105f7f133ec62ec3fa2
039c4743
1 parent
e64369d1
DEVELOPING file updated
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
20 deletions
DEVELOPING
DEVELOPING
View file @
039c474
...
...
@@ -7,7 +7,7 @@ with "man ./man/man1/clsync.1".
After that, I recommend you to run command "make doc" and look at images
"./doc/html/main_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.png" and
"./doc/html/sync_8c_a
6ca5ff1b7289deddcc1f23d9383982e6
_icgraph.png"
"./doc/html/sync_8c_a
320ae70a547c80b9b3ae897f955b2862
_icgraph.png"
The syncing is proceeding on "exec_argv()" on this image. ;)
...
...
@@ -76,22 +76,3 @@ external syncer process.
The external syncer process is supposed to be rsync or any script that is able
to handle with the task.
Traces:
syncing:
main() ->
sync_run() ->
sync_notify_loop() ->
sync_inotify_loop() ->
sync_idle() ->
sync_idle_dosync_collectedevents() ->
sync_idle_dosync_collectedevents_commitpart() ->
SYNC_EXEC() ->
(sync_exec_thread|sync_exec)() ->
exec_argv() ->
execvp()
...
...
Please
register
or
login
to post a comment