VirtualBox

Changeset 37208 in vbox for trunk/include


Ignore:
Timestamp:
May 25, 2011 9:22:18 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71904
Message:

circbuf: code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/circbuf.h

    r33291 r37208  
    4242RT_C_DECLS_BEGIN
    4343
     44/** @todo r=bird: this is missing docs and magic. uXPos should be offX.
     45 *        cbBufSize should be cbBuf. */
    4446typedef struct RTCIRCBUF
    4547{
     
    7173 * Destroy the circular buffer.
    7274 *
    73  * @param   pBuf           The buffer to destroy.
     75 * @param   pBuf           The buffer to destroy.  NULL is ignored.
    7476 */
    7577RTDECL(void) RTCircBufDestroy(PRTCIRCBUF pBuf);
    76 
    7778
    7879/**
     
    146147/** @} */
    147148
    148 #endif /* ___iprt_circbuf_h */
     149#endif /* !___iprt_circbuf_h */
    149150
Note: See TracChangeset for help on using the changeset viewer.

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