]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IODataQueueShared.h
xnu-4570.71.2.tar.gz
[apple/xnu.git] / iokit / IOKit / IODataQueueShared.h
index 2fa0e9a450c2aaf3167af4b93560164b0a452893..dc4532486dde545a431e84eafe839ae084db9452 100644 (file)
@@ -66,7 +66,7 @@ typedef struct _IODataQueueMemory {
  * @abstract A struct mapping to the appendix region of a data queue.
  * @discussion This struct is variable sized dependent on the version.  The struct represents the data queue appendix information.
  * @field version The version of the queue appendix.
- * @field port The notification port associated with this queue.
+ * @field msgh Mach message header containing the notification mach port associated with this queue.
  */
 typedef struct _IODataQueueAppendix {
     UInt32            version;