From c495eb1937bc8602c115c8ef79fbef751f1d92ac Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Thu, 10 May 2007 01:18:21 +0000 Subject: add configuration event type (bzr r2990) --- src/debug/event.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug/event.h') diff --git a/src/debug/event.h b/src/debug/event.h index 2d91ea9f5..9a6954707 100644 --- a/src/debug/event.h +++ b/src/debug/event.h @@ -32,6 +32,7 @@ public: EXTENSION, FINALIZERS, INTERACTION, + CONFIGURATION, OTHER }; enum { N_CATEGORIES=OTHER+1 }; -- cgit v1.2.3