Bumps the version of go-winio.
This also refactors the lcow and windows snapshotters to use go-winio's utility functions for checking the filesystem type. Signed-off-by: Eric Hotinger <ehotinger@gmail.com>
This commit is contained in:
@@ -93,7 +93,7 @@ func setupDumpStacks() {
|
||||
}()
|
||||
}
|
||||
|
||||
func etwCallback(sourceID *guid.GUID, state etw.ProviderState, level etw.Level, matchAnyKeyword uint64, matchAllKeyword uint64, filterData uintptr) {
|
||||
func etwCallback(sourceID guid.GUID, state etw.ProviderState, level etw.Level, matchAnyKeyword uint64, matchAllKeyword uint64, filterData uintptr) {
|
||||
if state == etw.ProviderStateCaptureState {
|
||||
dumpStacks(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user