--- libaitrpc/inc/defs.h 2010/06/23 16:23:31 1.1.1.1.2.4 +++ libaitrpc/inc/defs.h 2010/06/24 15:01:19 1.1.1.1.2.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.1.1.1.2.4 2010/06/23 16:23:31 misho Exp $ +* $Id: defs.h,v 1.1.1.1.2.6 2010/06/24 15:01:19 misho Exp $ * *************************************************************************/ #ifndef __DEFS_H @@ -17,7 +17,7 @@ #define STRSIZ 256 -#define BLOB_FILE "%s/%08x.blob" +#define BLOB_FILE "%s/BLOB-%08x" #define LOGERR { \ @@ -26,7 +26,7 @@ } -extern int rpc_Kill; +extern int rpc_Kill, blob_Kill; extern int rpc_Errno; extern char rpc_Error[];