Changeset 8 for trunk/src/renetcol.h
- Timestamp:
- 10/20/05 15:05:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renetcol.h
r2 r8 23 23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 24 */ 25 26 #define _GNU_SOURCE 25 27 26 28 #include <unistd.h> … … 62 64 63 65 #define RECEPTION_ADDRESS "" /* your collector address like 10.0.0.90 */ 64 #define RECEPTION_PORT 999 0/* your collector port to recept netflow export */66 #define RECEPTION_PORT 9999 /* your collector port to recept netflow export */ 65 67 66 68 #define TIME_OUT 300 /*MAJSCH*/ … … 74 76 void initCache(); 75 77 void waitingRoom(); 76 void catchReinit(int); 77 void initConf(); 78 void initRule(); 79 void sigusr1Mgmt(int); 80 void sendMyPid(int); 81 void sendReadRulesSignal(int); 78 82 void initStream(); 79 83 void catchAlarm(int);