Changeset 33540 in vbox for trunk/src/VBox/Devices/Graphics/HGSMI
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/Devices/Graphics/HGSMI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r32622 r33540 145 145 146 146 HGSMILIST hostFIFO; /* Pending host buffers. */ 147 HGSMILIST hostFIFORead; /* Host buffers read edby the guest. */147 HGSMILIST hostFIFORead; /* Host buffers read by the guest. */ 148 148 HGSMILIST hostFIFOProcessed; /* Processed by the guest. */ 149 149 HGSMILIST hostFIFOFree; /* Buffers for reuse. */ … … 1025 1025 * Convenience function that allows posting the host command asynchronously 1026 1026 * and make it freed on completion. 1027 * The caller does not get notified in any way on command compl ation,1027 * The caller does not get notified in any way on command completion, 1028 1028 * on success return the pvMem buffer can not be used after being passed to this function 1029 1029 * -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r32622 r33540 29 29 typedef struct _HGSMIINSTANCE *PHGSMIINSTANCE; 30 30 31 /* Callback for the guest notifi ation about a new host buffer. */31 /* Callback for the guest notification about a new host buffer. */ 32 32 typedef DECLCALLBACK(void) FNHGSMINOTIFYGUEST(void *pvCallback); 33 33 typedef FNHGSMINOTIFYGUEST *PFNHGSMINOTIFYGUEST;
Note:
See TracChangeset
for help on using the changeset viewer.