From a114167f3ee6db22217d70a48267871ee08e6c4b Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 13 Aug 2009 15:15:49 +0000 Subject: xpp: Add astribank_is_starting: astribank_is_running is used to tell when we may have an Astribank that is initializing (and may be re-enumerating and thus not listed as a device). It uses a semaphore as we can always write to one and we can't always write to a file. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6987 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/xpp_fxloader | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xpp/xpp_fxloader') diff --git a/xpp/xpp_fxloader b/xpp/xpp_fxloader index ea159de..dac5910 100644 --- a/xpp/xpp_fxloader +++ b/xpp/xpp_fxloader @@ -257,6 +257,9 @@ usage() { echo "$0 help : this text." } +# We have a potential astribank +astribank_is_starting -a + ######################### ## ## Manual run -- cgit v1.2.3