- Timestamp:
- 08/31/15 13:50:39 (5 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 87cba74
- Parents:
- f45ff19
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux_int.c
rf2066fa rbabeb70 505 505 linuxnative_help, /* help */ 506 506 NULL, /* next pointer */ 507 #ifdef HAVE_PACKET_FANOUT 507 508 {true, -1}, /* Live, no thread limit */ 508 509 linuxnative_pstart_input, /* pstart_input */ … … 513 514 NULL, /* unregister thread */ 514 515 NULL /* get thread stats */ 516 #else 517 NON_PARALLEL(true) 518 #endif 515 519 }; 516 520 #else -
lib/format_linux_ring.c
rf2066fa rbabeb70 752 752 linuxring_help, /* help */ 753 753 NULL, /* next pointer */ 754 #ifdef HAVE_PACKET_FANOUT 754 755 {true, -1}, /* Live, no thread limit */ 755 756 linuxring_pstart_input, /* pstart_input */ … … 760 761 NULL, /* unregister thread */ 761 762 NULL /* get thread stats */ 763 #else 764 NON_PARALLEL(true) 765 #endif 762 766 }; 763 767 #else /* HAVE_NETPACKET_PACKET_H */
Note: See TracChangeset
for help on using the changeset viewer.