VirtualBox

Changeset 39783 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jan 17, 2012 6:42:57 PM (13 years ago)
Author:
vboxsync
Message:

doxygen comments where appropriate, please.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp_state.h

    r39775 r39783  
    44
    55/*
    6  * Copyright (C) 2006-2010 Oracle Corporation
     6 * Copyright (C) 2006-2012 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6969typedef struct DNSMAPPINGENTRY
    7070{
    71     /*
    72      * host name to map
    73      * Note: if pszCName isn't null pszPattern won't be used (see alias_dns.c for details)
     71    /** host name to map.
     72     * @note If pszCName isn't null pszPattern won't be used (see alias_dns.c for
     73     *       details).
    7474     */
    7575    char        *pszCName;
    76     /* pattern of hostnames to map to specifaied IP */
     76    /** Pattern (simple) of hostnames to map to the specified IP. */
    7777    char        *pszPattern;
     78    /** The IP Address. */
    7879    uint32_t    u32IpAddress;
     80    /** List entry.  */
    7981    LIST_ENTRY(DNSMAPPINGENTRY) MapList;
    8082} DNSMAPPINGENTRY, *PDNSMAPPINGENTRY;
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