VirtualBox

忽略:
時間撮記:
2011-12-8 上午05:55:10 (13 年 以前)
作者:
vboxsync
訊息:

NAT/service: registering port-forawarding from command line.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h

    r28800 r39557  
    2828    virtual void        usage(void) = 0;
    2929    virtual void        run(void) = 0;
     30    virtual int         init(void);
     31    virtual int         parseOpt(int rc, const RTGETOPTUNION& getOptVal) = 0;
    3032
    3133    inline void         debugPrint( int32_t iMinLevel, bool fMsg,  const char *pszFmt, ...) const;
     
    4850    INTNETIFHANDLE      m_hIf;          /**< The handle to the network interface. */
    4951    PINTNETBUF          m_pIfBuf;       /**< Interface buffer. */
     52    std::vector<PRTGETOPTDEF> m_vecOptionDefs;
    5053    /** @} */
    5154    /** @name Debug stuff
    5255     * @{  */
    5356    int32_t             m_cVerbosity;
     57private:
     58    PRTGETOPTDEF getOptionsPtr();
    5459    /** @} */
    5560};
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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