From 726ff38687f465659bc8ef0cc589cd2815e44dcb Mon Sep 17 00:00:00 2001
From: Benjamin Renard <benjamin.renard@akka.eu>
Date: Fri, 9 Oct 2015 16:07:15 +0200
Subject: [PATCH] Update DD_cash_t structure in DD_comm.hh

---
 src/DDClientLibCpp/INCLUDE/DD_comm.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/DDClientLibCpp/INCLUDE/DD_comm.hh b/src/DDClientLibCpp/INCLUDE/DD_comm.hh
index ebde965..553e25e 100644
--- a/src/DDClientLibCpp/INCLUDE/DD_comm.hh
+++ b/src/DDClientLibCpp/INCLUDE/DD_comm.hh
@@ -237,7 +237,8 @@
 					 }
 				   } ;
 
-typedef struct { char names[CASHLEN][MAXSETLENGTH];
+typedef struct { char CacheFilePath[PATHLENGTH];
+				 char names[CASHLEN][MAXSETLENGTH];
                  long times[CASHLEN];
                  int FileOpen[CASHLEN];    /* 1 if file is open */
                  int ID;                   /* ID of open cach file */
--
libgit2 0.21.2