summaryrefslogtreecommitdiffstats
path: root/private/tapi/dev/apps/rstress/perfctr.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/tapi/dev/apps/rstress/perfctr.h')
-rw-r--r--private/tapi/dev/apps/rstress/perfctr.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/private/tapi/dev/apps/rstress/perfctr.h b/private/tapi/dev/apps/rstress/perfctr.h
new file mode 100644
index 000000000..9308e5329
--- /dev/null
+++ b/private/tapi/dev/apps/rstress/perfctr.h
@@ -0,0 +1,22 @@
+//
+// Offset definition file for extensible counter objects and counters
+//
+// These "relative" offsets must start at 0 and be multiples of 2 (i.e.
+// even numbers). In the Open Procedure, they will be added to the
+// "First Counter" and "First Help" values for the device they belong to,
+// in order to determine the absolute location of the counter and
+// object names and corresponding Explain text in the registry.
+//
+// This file is used by the extensible counter DLL code as well as the
+// counter name and Explain text definition file (.INI) file that is used
+// by LODCTR to load the names into the registry.
+//
+#define TAPIOBJ 0
+#define NUMLINES 2
+#define CURRENTOPENS 4
+#define TOTALOUTGOINGCALLS 6
+#define TOTALINCOMINGCALLS 8
+
+
+
+