// PipeService2_install.h
// File used at installation time to install
// Performance Monitor Counters for our sample service.
//
// All these simply list the counters in order.
// Important that you add these in this order in
// the Python code.

#define SERVICE 0
#define CONNECTIONS 2 // Number of connections
#define BYTES 4 // Number of bytes received.

