VirtualBox

Changeset 49565 in vbox


Ignore:
Timestamp:
Nov 20, 2013 7:35:28 AM (11 years ago)
Author:
vboxsync
Message:

DHCP/Config.h reverts occidental commit in r90758.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/Config.h

    r49564 r49565  
    503503    static NetworkManager *getNetworkManager();
    504504
     505    int offer4Client(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
     506    int ack(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
     507    int nak(const Client& lease, uint32_t u32Xid);
     508
    505509    const RTNETADDRIPV4& getOurAddress() const;
    506510    const RTNETADDRIPV4& getOurNetmask() const;
     
    522526    NetworkManager();
    523527    ~NetworkManager();
    524 
    525     int offer4Client(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
    526     int ack(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
    527     int nak(const Client& lease, uint32_t u32Xid);
    528528
    529529    int prepareReplyPacket4Client(const Client& client, uint32_t u32Xid);
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