Changeset 14a9d05 for lib/libtrace.h
- Timestamp:
- 07/07/04 17:48:32 (18 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, 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:
- 90e4aa4
- Parents:
- a79ddbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
ra79ddbe r14a9d05 363 363 int buflen); 364 364 365 /** Get the direction flag, if it has one 366 * @param libtrace the libtrace opaque pointer 367 * @param buffer a point to a fille in buffer 368 * @param buflen the length of the buffer 369 * @returns a signed value containing the direction flag, or -1 if this is not supported 370 * @author Daniel Lawson 371 */ 372 int8_t get_direction(struct libtrace_t *libtrace, 373 void *buffer, 374 int buflen); 375 365 376 /** Event types */ 366 377 typedef enum {
Note: See TracChangeset
for help on using the changeset viewer.