• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List

opensync/opensync_context_internals.h

00001 #ifndef _OPENSYNC_CONTEXT_INTERNALS_H_
00002 #define _OPENSYNC_CONTEXT_INTERNALS_H_
00003 
00004 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00005 struct OSyncContext {
00006         OSyncEngCallback callback_function;
00007         void *calldata;
00008         OSyncMember *member;
00009         osync_bool success;
00010 };
00011 #endif
00012 
00013 #endif //_OPENSYNC_CONTEXT_INTERNALS_H_

Generated on Sat Aug 13 2011 for OpenSync by  doxygen 1.7.1