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
2014-06-19 00:28:31 +0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a0e3c81699aafc3f96950e48dbfeac5ff717752
7a0e3c81
1 parent
4dfbcdee
Added a pointer to store user data to clsyncproc_t
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
libclsync.h
libclsync.h
View file @
7a0e3c8
...
...
@@ -22,6 +22,7 @@
struct
clsyncproc
{
clsyncsock_t
*
sock_p
;
clsyncsock_procfunct_t
procfunct
;
void
*
data
;
};
typedef
struct
clsyncproc
clsyncproc_t
;
...
...
Please
register
or
login
to post a comment