~ubuntu-branches/ubuntu/jaunty/jnettop/jaunty

« back to all changes in this revision

Viewing changes to jnettop.h

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2004-06-03 12:43:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040603124316-d9jm74qlp79nb4b3
Tags: 0.9-3
Add a new host+port aggregation option, and correct README to 
reflect this. Hopefully this should clear up the documented behavior
while still allowing host-only aggregation. And hopefully I got 
it right this time. (Closes: #250032)

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
#define AGG_NONE                0
161
161
#define AGG_PORT                1
162
162
#define AGG_HOST                2
 
163
#define AGG_BOTH                3
163
164