Changeset 42525 in vbox for trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
- Timestamp:
- Aug 2, 2012 10:24:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r42507 r42525 268 268 struct GuestProcessInfo 269 269 { 270 /** The process' friendly name. */ 271 Utf8Str mName; 272 /** The actual command to execute. */ 270 273 Utf8Str mCommand; 271 274 ProcessArguments mArguments; … … 275 278 ProcessPriority_T mPriority; 276 279 ProcessAffinity mAffinity; 280 277 281 }; 278 282
Note:
See TracChangeset
for help on using the changeset viewer.