summaryrefslogtreecommitdiff
path: root/apps/app_waituntil.c
AgeCommit message (Collapse)Author
2008-05-15Use casts or intermediate variables to remove a numberLuigi Rizzo
of platform/compiler-dependent warnings when handing struct timeval fields, both reading and printing them. It is a lost battle to handle the different ways struct timeval is handled on the various platforms and compilers, so try to be pragmatic and go through int/long which are universally supported. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@116557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-12-19Add contributed WaitUntil app.Tilghman Lesher
Original code by pprindeville, updated for trunk by tilghman. (Closes issue #11487) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94052 65c4cc65-6c06-0410-ace0-fbb531ad65f3