OpenSync
0.22
Main Page
Related Pages
Modules
Data Structures
Files
File List
opensync
opensync_context_internals.h
1
#ifndef _OPENSYNC_CONTEXT_INTERNALS_H_
2
#define _OPENSYNC_CONTEXT_INTERNALS_H_
3
4
#ifndef DOXYGEN_SHOULD_SKIP_THIS
5
struct
OSyncContext {
6
OSyncEngCallback callback_function;
7
void
*calldata;
8
OSyncMember
*member;
9
osync_bool success;
10
};
11
#endif
12
13
#endif //_OPENSYNC_CONTEXT_INTERNALS_H_
OSyncMember
A member of a group which represent a single device.
Definition:
opensync_member_internals.h:3
Generated by
1.8.11