Changeset e81d1af for examples/munge/lib
- Timestamp:
- 04/26/05 11:25:49 (17 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:
- bf48ba2
- Parents:
- 4b30586
- Location:
- examples/munge/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/munge/lib/lib.h
r5959435 re81d1af 1 1 #ifndef LIB_H 2 2 #define LIB_H 3 #include < stdint.h>3 #include <inttypes.h> 4 4 #include <libtrace.h> 5 5 -
examples/munge/lib/panon.c
r5959435 re81d1af 5 5 #include <stdlib.h> 6 6 #include <string.h> 7 #include < stdint.h>7 #include <inttypes.h> 8 8 #include "panon.h" 9 9 -
examples/munge/lib/panon.h
r5959435 re81d1af 5 5 6 6 #include "rijndael.h" 7 #include < stdint.h>7 #include <inttypes.h> 8 8 9 9 uint32_t anonymize( const uint32_t orig_addr );
Note: See TracChangeset
for help on using the changeset viewer.