https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r81346 | mmichelson | 2007-08-29 11:08:09 -0500 (Wed, 29 Aug 2007) | 3 lines
Changed some tabs to spaces
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81347
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
int penalty; /*!< Are we a last resort? */
int calls; /*!< Number of calls serviced by this member */
int dynamic; /*!< Are we dynamically added? */
- int realtime; /*!< Is this member realtime? */
+ int realtime; /*!< Is this member realtime? */
int status; /*!< Status of queue member */
int paused; /*!< Are we paused (not accepting calls)? */
time_t lastcall; /*!< When last successful call was hungup */