Changeset 10084
- Timestamp:
- 07/02/08 02:15:02 (6 months ago)
- Files:
-
- trunk/include/VBox/intnet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/intnet.h
r10081 r10084 244 244 typedef struct INTNETSG 245 245 { 246 /** Owner data, don't touch! */ 247 void *pvOwnerData; 246 248 /** The total length of the scatter gather list. */ 247 249 uint32_t cbTotal; … … 281 283 * @returns Pointer to the start of the frame. 282 284 * @param pSG Pointer to the scatter / gather structure. 283 * (The fFlags, cUsers, and cSegsAlloc members are left untouched.)285 * (The pvOwnerData, fFlags, cUsers, and cSegsAlloc members are left untouched.) 284 286 * @param pHdr Pointer to the packet header. 285 287 * @param pBuf The buffer the header is within. Only used in strict builds.

