Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We are also looking to cleanup filenames, directory structure and other global style issues. See this page for additional details.

Header files

In most subsystems, header files are named with a P_ or I_ prefix. P_ files should contain any types and definitions that are private to the subsystem, while the public interface should be contained in a I_-prefixed header.

Sample Code

This document relies on code samples which are below to demonstrate most of the rules used on the Apache Traffic Server project.

...