Home
last modified time | relevance | path

Searched defs:bg_job_t (Results 1 – 1 of 1) sorted by relevance

/dports/misc/vifm/vifm-0.11/src/
H A Dbackground.h62 typedef struct bg_job_t struct
64 BgJobType type; /* Type of background job. */
65 int cancelled; /* Whether cancellation has been requested. */
66 pid_t pid;
67 char *cmd;
69 int skip_errors; /* Do not show future errors. */
72 pthread_spinlock_t errors_lock;
96 struct bg_job_t *next; /* Link to the next element in bg_jobs list. */ argument
100 struct bg_job_t *err_next; /* Link to the next element in error read list. */ argument
102 bg_job_t; typedef