summaryrefslogtreecommitdiff
path: root/src/common/procmon.h
AgeCommit message (Collapse)Author
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
Also, try to resolve some doxygen issues. First, define a magic "This is doxygen!" macro so that we take the correct branch in various #if/#else/#endifs in order to get the right documentation. Second, add in a few grouping @{ and @} entries in order to get some variables and fields to get grouped together.
2011-05-23Appease make check-spaces wrt procmon.hNick Mathewson
2011-05-20Implement __OwningControllerProcess optionRobert Ransom
Implements part of feature 3049.