+16/01/25 - build 185
+
+-- initial host_tracker for new integrated netmap
+-- new_http_inspect refactoring for time and space considerations
+-- fix profiler depth bug
+-- fatal on failed IP rep segment allocation - thanks to Bill Parker
+-- tweaked style guide wrt class declarations
+
16/01/08 - build 184
-- added new_http_inpsect rule options
if ( test )
foo();
+=== Classes
+
+* Use the order public, protected, private top to bottom in a class
+ declaration.
+
+* Keep inline functions in a class declaration very brief, preferably just
+ one line. If you need a more complex inline function, move the
+ definition outside the class declaration.
+
+* The goal is to have highly readable class declarations. The user
+ shouldn't have to sift through implementation details to see what is
+ available to the client.
+
+
=== Headers
* Don't hesitate to create a new header if it is needed. Don't lump