Changeset 8a63abd for lib/format_linux_ring.c
- Timestamp:
- 06/29/18 15:03:35 (3 years ago)
- Branches:
- cachetimestamps, develop, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 59b2ed8
- Parents:
- a0f031b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux_ring.c
r32ee9b2 r8a63abd 61 61 ((mac) > (hdrend) && (mac) < (net) ? (mac) : (net)) 62 62 63 static pthread_mutex_t pagesize_mutex; 63 64 #ifdef HAVE_NETPACKET_PACKET_H 64 65 /* Get current frame in the ring buffer*/ … … 71 72 static int pagesize = 0; 72 73 73 static pthread_mutex_t pagesize_mutex;74 74 75 75 /*
Note: See TracChangeset
for help on using the changeset viewer.