Changeset 67763 in vbox for trunk/src/VBox/Devices/Network/lwip-new
- Timestamp:
- Jul 3, 2017 4:25:01 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.h
r62499 r67763 20 20 21 21 22 typedef DECLCALLBACK (void) FNRT1(void *);23 typedef FNRT1 *PFNRT1; 22 typedef DECLCALLBACKPTR(void, PFNRT1)(void *); 23 24 24 /** 25 25 * initiliazes LWIP core, and do callback on tcp/ip thread
Note:
See TracChangeset
for help on using the changeset viewer.