mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
Moved to abstract index_context instead of tdb_wrap
This commit is contained in:
committed by
Julio García
parent
660f39a980
commit
33b353b974
@@ -32,17 +32,17 @@
|
||||
{
|
||||
void *memCtx;
|
||||
NSString *username;
|
||||
struct tdb_wrap *indexing;
|
||||
struct indexing_context *indexing;
|
||||
NSMutableDictionary *mapping; /* FID/MID -> url */
|
||||
NSMutableDictionary *reverseMapping; /* url -> FID/MID */
|
||||
NSUInteger useCount;
|
||||
}
|
||||
|
||||
+ (id) mappingForUsername: (NSString *) username
|
||||
withIndexing: (struct tdb_wrap *) indexing;
|
||||
withIndexing: (struct indexing_context *) indexing;
|
||||
|
||||
- (id) initForUsername: (NSString *) username
|
||||
withIndexing: (struct tdb_wrap *) indexing;
|
||||
withIndexing: (struct indexing_context *) indexing;
|
||||
|
||||
|
||||
- (void) increaseUseCount;
|
||||
|
||||
Reference in New Issue
Block a user