Add event for network interfaces change.

This commit is contained in:
Peter Johnson
2016-11-18 12:38:54 -08:00
parent 5fecc57e8a
commit bad4ca4666
8 changed files with 195 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ class Notifier {
void NotifySink(const SinkImpl& sink, CS_EventKind kind);
void NotifySinkSourceChanged(llvm::StringRef name, CS_Sink sink,
CS_Source source);
void NotifyNetworkInterfacesChanged();
private:
Notifier();