added LRU and fixed bug in dequeueN
This commit is contained in:
@ -453,7 +453,7 @@ void readNFiles(int num, queueT *q, long fd_c, taglia_t *taglia) {
|
||||
toSend[i]->filepath,
|
||||
toSend[i]->valid);
|
||||
}
|
||||
n += snprintf(tmp_buf+n, m-n, "readNFile dimensione totale = %ld\n",
|
||||
n += snprintf(tmp_buf+n, m-n, "readNFile dimensione totale = %ld B\n",
|
||||
tot);
|
||||
|
||||
sendMessageFileN(MEOK, toSend, ntosend, fd_c, taglia, tmp_buf);
|
||||
|
||||
Reference in New Issue
Block a user