mirror of https://github.com/BOINC/boinc.git
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:
parent
5dc21f22f9
commit
87dd679c18
|
@ -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 */
|
Loading…
Reference in New Issue