aboutsummaryrefslogtreecommitdiffstats
path: root/packet-stat.h
blob: cb871a144237c4526fc9a8e616d54163d9eacf28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* packet-stat.h */
/* $Id: packet-stat.h,v 1.1 1999/11/11 21:22:00 nneul Exp $ */

#ifndef PACKET_STAT_H
#define PACKET_STAT_H

#define STAT_PROGRAM  100024

#define STATPROC_NULL 0
#define STATPROC_STAT 1
#define STATPROC_MON 2
#define STATPROC_UNMON 3
#define STATPROC_UNMON_ALL 4
#define STATPROC_SIMU_CRASH 5
#define STATPROC_NOTIFY 6

#endif