~ubuntu-branches/ubuntu/precise/iproute/precise

« back to all changes in this revision

Viewing changes to tc/tc_monitor.c

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2007-06-11 13:31:12 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070611133112-0rtfv32yfs8loo0r
Tags: 20070313-1ubuntu1
* Merge from debian unstable, remaining changes:
  - linux-kernel-headers -> linux-libc-dev B-D rename.
  - MAX_ROUNDS patch to ip/ipaddress.c
  - Ubuntu maintainer foobar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
{
69
69
        struct rtnl_handle rth;
70
70
        char *file = NULL;
71
 
        unsigned groups = RTMGRP_TC;
 
71
        unsigned groups = nl_mgrp(RTNLGRP_TC);
72
72
 
73
73
        while (argc > 0) {
74
74
                if (matches(*argv, "file") == 0) {