VirtualBox

Changeset 569 in vbox


Ignore:
Timestamp:
Feb 2, 2007 6:15:47 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18189
Message:

docs and a todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdm.h

    r558 r569  
    17501750typedef struct PDMINETWORKPACKET
    17511751{
     1752    /** The size of the package. */
    17521753    size_t      cb;
     1754    /* Pointer to the packet.
     1755     * @todo Rename to const void *pvBuf as it's only for sending. */
    17531756    void       *pvBuf;
    1754 } PDMINETWORKPACKET, *PPDMINETWORKPACKET;
     1757} PDMINETWORKPACKET;
     1758/** Pointer to a network packet descriptor. */
     1759typedef PDMINETWORKPACKET *PPDMINETWORKPACKET;
     1760/** Pointer to a const network packet descriptor. */
     1761typedef const PDMINETWORKPACKET *PCPDMINETWORKPACKET;
    17551762
    17561763
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette