intel-device-plugins-for-ku.../internal/deviceplugin
Dmitry Rozhkov d6efab8dd9 internal: isolate goroutine from its outter scope
Goroutines don't capture the values of the variables they reference from their
outter scope. As result the last value of `devType` is used at the moment
the goroutine runs.

Pass the correct value of `devType` to the goroutine call.

closes #113
2018-11-05 16:51:07 +02:00
..
api.go refactor device plugins to increase code reuse 2018-07-30 15:29:33 +03:00
manager_test.go replace glog with simpler home-grown debug logging 2018-08-16 17:40:16 +03:00
manager.go internal: isolate goroutine from its outter scope 2018-11-05 16:51:07 +02:00
server_test.go replace glog with simpler home-grown debug logging 2018-08-16 17:40:16 +03:00
server.go deviceplugin: don't call a method on a nil value. 2018-08-21 15:35:46 +03:00