Changeset 10559 in vbox for trunk/include/VBox
- Timestamp:
- Jul 12, 2008 12:57:37 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r10557 r10559 581 581 typedef INTNETTRUNKFACTORY *PINTNETTRUNKFACTORY; 582 582 583 /** The UUID for the (current) trunk factory for host network interface filtering. */ 584 #define INTNETTRUNKFACTORY_NETFLT_UUID_STR "0e32db7d-165d-4fc9-9bce-acb2798ce7fb" 585 /** The UUID for the (current) trunk factory for TAP. */ 586 #define INTNETTRUNKFACTORY_NETTAP_UUID_STR "aea1f233-1c1e-4c4f-b30a-9142e41ad9cb" 587 /** The UUID for the (current) trunk factory for NAT. */ 588 #define INTNETTRUNKFACTORY_SRVNAT_UUID_STR "c1c55569-725a-45a1-9065-fe87e2cd8746" 583 /** The UUID for the (current) trunk factory */ 584 #define INTNETTRUNKFACTORY_UUID_STR "0e32db7d-165d-4fc9-9bce-acb2798ce7fb" 589 585 590 586
Note:
See TracChangeset
for help on using the changeset viewer.