~ubuntu-branches/ubuntu/quantal/virtualbox/quantal

« back to all changes in this revision

Viewing changes to src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-06-10 21:32:09 UTC
  • mfrom: (3.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120610213209-hqb82d0ciangy8af
Tags: 4.1.16-dfsg-2
* Fix vboxnet device unregistration on kernel >= 3.2.18. (LP: #1009156)
  - Add 37-fix-unregister-netdevice.patch, backported from upstream.
* Switch from python-central to dh_python2. (Closes: #617143)

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
            bool volatile fPromiscuousSet;
165
165
            /** Whether device exists and physically attached. */
166
166
            bool volatile fRegistered;
 
167
            /** Whether our packet handler is installed. */
 
168
            bool volatile fPacketHandler;
167
169
            /** The MAC address of the interface. */
168
170
            RTMAC MacAddr;
169
171
            struct notifier_block Notifier;