X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fthreads.h;h=4103466f5b861d3222b8b2d620c451f705e12024;hb=3f442f221a69097588beb7be8bdbffa0bbcd5448;hp=4f4830639fd8d3fb05940521d17283a82cbedc07;hpb=68024dbc1b04d5fc7422f5c67640475065e72399;p=citadel.git diff --git a/citadel/threads.h b/citadel/threads.h index 4f4830639..4103466f5 100644 --- a/citadel/threads.h +++ b/citadel/threads.h @@ -87,6 +87,7 @@ typedef struct CtdlThreadNode CtdlThreadNode; struct CtdlThreadNode{ citthread_t tid; /* id as returned by citthread_create() */ pid_t pid; /* pid, as best the OS will let us determine */ + long reltid; /* counting from start... */ time_t when; /* When to start a scheduled thread */ struct CitContext *Context; /* The session context that this thread mught be working on or NULL if none */ long number; /* A unigue number for this thread (not implimented yet) */