Fix DiscoveryManager trying to start discovery again on all machines when any machine is discovered

This commit is contained in:
Cameron Gutman
2018-06-01 19:50:32 -07:00
parent cdb5f51ab8
commit 862b8632e3
3 changed files with 18 additions and 31 deletions
+3 -1
View File
@@ -6,9 +6,11 @@
// Copyright (c) 2014 Moonlight Stream. All rights reserved.
//
#import "TemporaryHost.h"
@protocol MDNSCallback <NSObject>
- (void) updateHosts:(NSArray*)hosts;
- (void) updateHost:(TemporaryHost*)host;
@end