-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
108 changed files
with
801 additions
and
724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
#ifndef UDA_CACHE_CACHE_H | ||
#define UDA_CACHE_CACHE_H | ||
|
||
#include "structures/genStructs.h" | ||
#include "clientserver/udaStructs.h" | ||
#include "structures/genStructs.h" | ||
#include <cstdio> | ||
|
||
void writeCacheData(FILE* fp, LOGMALLOCLIST* logmalloclist, USERDEFINEDTYPELIST* userdefinedtypelist, | ||
const DATA_BLOCK* data_block, int protocolVersion, LOGSTRUCTLIST* log_struct_list, | ||
unsigned int private_flags, int malloc_source); | ||
const DATA_BLOCK* data_block, int protocolVersion, LOGSTRUCTLIST* log_struct_list, | ||
unsigned int private_flags, int malloc_source); | ||
|
||
DATA_BLOCK* readCacheData(FILE* fp, LOGMALLOCLIST* logmalloclist, USERDEFINEDTYPELIST* userdefinedtypelist, | ||
int protocolVersion, LOGSTRUCTLIST* log_struct_list, unsigned int private_flags, | ||
int malloc_source); | ||
int protocolVersion, LOGSTRUCTLIST* log_struct_list, unsigned int private_flags, | ||
int malloc_source); | ||
|
||
#endif // UDA_CACHE_CACHE_H |
Oops, something went wrong.