This commit is contained in:
Shy
2025-03-19 19:22:17 -04:00
parent bbbd727e6a
commit 670dad185e
4 changed files with 9 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ typedef struct {
char current_job[MAX_THREADS][PATH_MAX * 2];
} database_ipc_ctx_t;
#define SET_CURRENT_JOB(ctx, job) (strcpy((ctx)->current_job[ProcData.thread_id], job))
typedef struct {
double date_min;
double date_max;