]> git.ipfire.org Git - thirdparty/asterisk.git/commit
monitor: use app options parsing helper code
authorRussell Bryant <russell@russellbryant.com>
Fri, 11 Apr 2014 01:12:54 +0000 (01:12 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 11 Apr 2014 01:12:54 +0000 (01:12 +0000)
commitaf95d8c1d26e3bfa9fb668729adbafe2fe34d906
tree9977dd5f15098e39783c6093ecafeb0def647f50
parent0c1342bd2bc70138aed865efe8289d27c54580dc
monitor: use app options parsing helper code

This app is pretty ancient, so it was never converted to use the
option parsing helper code.  I'd like to add an option to this app
that takes an argument, and that's a pain to do when not using this
helper, so start by doing this conversion.

Review: https://reviewboard.asterisk.org/r/3429/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412102 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_monitor.c