update makefile with all headers as dependencies
This commit is contained in:
@ -2,15 +2,17 @@
|
||||
#ifndef _API_FILE
|
||||
#define _API_FILE
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <fileQueue.h>
|
||||
#include <taglialegna.h>
|
||||
/* TODO: finire tutte le descrizioni */
|
||||
|
||||
// Lista dei client in attesa su una lock
|
||||
typedef struct struct_waiting {
|
||||
long fd; // client in attesa
|
||||
char *file; // file su cui si vuole acquisire la lock
|
||||
struct struct_waiting *next; // puntatore al prossimo elemento della lista
|
||||
long fd; // client in attesa
|
||||
char *file; // file su cui si vuole acquisire la lock
|
||||
struct struct_waiting *next; // puntatore al prossimo elemento della lista
|
||||
} waiting_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user