Commit 726ff38687f465659bc8ef0cc589cd2815e44dcb

Authored by Benjamin Renard
1 parent b4f3419a

Update DD_cash_t structure in DD_comm.hh

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/DDClientLibCpp/INCLUDE/DD_comm.hh
... ... @@ -237,7 +237,8 @@
237 237 }
238 238 } ;
239 239  
240   -typedef struct { char names[CASHLEN][MAXSETLENGTH];
  240 +typedef struct { char CacheFilePath[PATHLENGTH];
  241 + char names[CASHLEN][MAXSETLENGTH];
241 242 long times[CASHLEN];
242 243 int FileOpen[CASHLEN]; /* 1 if file is open */
243 244 int ID; /* ID of open cach file */
... ...