OpenAFS Preference Pane 64bit and Symbolic Link features implemented.
[openafs.git] / src / platform / DARWIN / AFSPreference / AFSBackgrounder / AFSBackgrounderDelegate.h
index ef5707e..31239f2 100644 (file)
@@ -37,7 +37,9 @@
        //NSTimer for tokens refresh
        NSTimer *timerForCheckTokensList;
        NSLock *tokensLock;
-       
+       bool currentLinkActivationStatus;
+       NSMutableDictionary *linkConfiguration;
+       NSLock *linkCreationLock;
 }
 - (void)startTimer;
 - (void)stopTimer;
@@ -54,7 +56,7 @@
 - (void)menuNeedsUpdate:(NSMenu *)menu;
 - (void)repairHelperTool;
 - (void) afsVolumeMountChange:(NSNotification *)notification;
-
+- (void) updateLinkModeStatusWithpreferenceStatus:(BOOL)status;
 -(NSStatusItem*)statusItem;
 -(void) setStatusItem:(BOOL)show;
 -(NSImage*)imageToRender;