RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/service/stats_events.h
00001 /* stats_events.h                                                  -*- C++ -*-
00002    Jeremy Barnes, 1 March 2012
00003    Copyright (c) 2012 Datacratic.  All rights reserved.
00004 
00005    Different types of stats events.
00006 */
00007 
00008 #ifndef __logger__stats_events_h__
00009 #define __logger__stats_events_h__
00010 
00011 namespace Datacratic {
00012 
00013 enum EventType {
00014     ET_COUNT,    
00015     ET_ACCUM,    
00016     ET_LEVEL,    
00017     ET_OUTCOME   
00018 };
00019 
00020 
00021 } // namespace Datacratic
00022 
00023 
00024 
00025 #endif /* __logger__stats_events_h__ */
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator