Changeset 61705 in vbox
- Timestamp:
- Jun 15, 2016 9:59:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/json.cpp
r61704 r61705 149 149 void *pvUser; 150 150 /** Current offset into the input stream. */ 151 uint32_toffInput;151 size_t offInput; 152 152 /** Number of valid bytes in the input buffer. */ 153 153 size_t cbBuf;
Note:
See TracChangeset
for help on using the changeset viewer.