Add definitions common to the client and server side

git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@386 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
gombasg 2006-03-23 12:11:25 +00:00 committed by Adam Visegradi
parent 5dc21f22f9
commit 87dd679c18
1 changed files with 16 additions and 0 deletions

16
dcapi/boinc/common_defs.h Normal file
View File

@ -0,0 +1,16 @@
/* Definitions common for both the server and client side */
#ifndef COMMON_DEFS_H
#define COMMON_DEFS_H
#ifdef __cplusplus
extern "C" {
#endif
#define SUBRESULT_PFX "_dc_subresult_"
#define CKPT_LABEL "_dc_checkpoint"
#ifdef __cplusplus
}
#endif
#endif /* COMMON_DEFS_H */