LISTSIZE
struct timespec my_list[LISTSIZE];
for (count = 0; count < LISTSIZE; count++)
checklist(my_list, LISTSIZE);
struct timespec global_list[LISTSIZE];
if (listcount >= LISTSIZE) {
checklist(global_list, LISTSIZE);