File src/cmd_queue.c

Displays information about the queue, and provides a few basic control operations, such as clearing, appending, and prepending files to the queue.


Included Files


Global Variable PROCNAME

char PROCNAME[128]
Included from include/ubs.h

Global Variable CUR_TIME

struct tm* CUR_TIME
Included from include/ubs.h

Global Variable GLOBAL

ubs_table GLOBAL
Included from include/ubs.h

Global Variable LOGLEVEL

int LOGLEVEL
Included from include/ubs.h

Global Function cmd_queue()

Displays information about the queue

int cmd_queue ( int cmdc, char** cmdv )

int cmd_queue
Returns OK on success
int cmdc
Number of arguments
char** cmdv
Argument vector
Prototyped in: include/ubs-main.h
Calls: queue_init()lib/queue.c
  queue_prepush()lib/queue.c
  queue_push()lib/queue.c
  sub_help_cmd()src/cmd_help.c
  getopt(), show_queue()