send_dl
struct send_dl *s;
if ((s = calloc(1, sizeof(struct send_dl))) == NULL) {
if ((s = calloc(1, sizeof(struct send_dl))) == NULL) {
struct send_dl *dl;
TAILQ_ENTRY(send_dl) entries;
struct send_dl *cur; /* file being updated or NULL */
TAILQ_HEAD(send_dlq, send_dl);