Fix order initialization warning
Change-Id: I77ddf1dbec2d11c273163efae6526d3deca92dbf
이 커밋은 다음에 포함됨:
+2
-2
@@ -109,11 +109,11 @@ namespace hip {
|
||||
amd::Monitor lock_{"Device lock"};
|
||||
/// VDI context
|
||||
amd::Context* context_;
|
||||
/// VDI host queue for default streams
|
||||
Stream null_stream_;
|
||||
/// Device's ID
|
||||
/// Store it here so we don't have to loop through the device list every time
|
||||
int deviceId_;
|
||||
/// VDI host queue for default streams
|
||||
Stream null_stream_;
|
||||
//Maintain list of user enabled peers
|
||||
std::list<int> userEnabledPeers;
|
||||
|
||||
|
||||
새 이슈에서 참조
사용자 차단