OpenSync
0.22
Main Page
Related Pages
Modules
Data Structures
Files
File List
opensync
opensync_hashtable_internals.h
1
#ifndef _OPENSYNC_HASHTABLE_INTERNALS_H_
2
#define _OPENSYNC_HASHTABLE_INTERNALS_H_
3
5
struct
OSyncHashTable
{
6
#ifndef DOXYGEN_SHOULD_SKIP_THIS
7
OSyncDB *dbhandle;
8
GHashTable *used_entries;
9
#endif
10
};
11
12
#endif //_OPENSYNC_HASHTABLE_INTERNALS_H_
OSyncHashTable
Represent a hashtable which can be used to check if changes have been modifed or deleted.
Definition:
opensync_hashtable_internals.h:5
Generated by
1.8.11