~davewalker/ubuntu/maverick/asterisk/lp_705014

« back to all changes in this revision

Viewing changes to main/timing.c

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Michel Dault
  • Date: 2010-02-16 14:08:54 UTC
  • mfrom: (1.2.5 upstream) (8.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100216140854-rb2godspb9lduazl
Tags: 1:1.6.2.2-1ubuntu1
* Merge from Debian: security update
  * Changes:
  - debian/control: Change Maintainer
  - debian/control: Removed Uploaders field.
  - debian/control: Removed Debian Vcs-Svn entry and replaced with
      ubuntu-voip Vcs-Bzr, to reflect divergence in packages.
  - debian/asterisk.init : chown /dev/dahdi
  - debian/backports/hardy : add file
  - debian/backports/asterisk.init.hardy : add file

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include "asterisk.h"
29
29
 
30
 
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 211580 $")
 
30
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 234575 $")
31
31
 
32
32
#include "asterisk/_private.h"
33
33
 
216
216
        case CLI_INIT:
217
217
                e->command = "timing test";
218
218
                e->usage = "Usage: timing test <rate>\n"
219
 
                           "   Test a timer with a specified rate, 100/sec by default.\n"
 
219
                           "   Test a timer with a specified rate, 50/sec by default.\n"
220
220
                           "";
221
221
                return NULL;
222
222
        case CLI_GENERATE: