diff --git a/src/program_id.h b/src/program_id.h index 6191c563d3e21075ae4d92ced8afeb07fdeafc5a..0b094a7c7e0851bd38d3127d11220fdef889ebfb 100644 --- a/src/program_id.h +++ b/src/program_id.h @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: program_id.h,v 1.25 2006/03/17 17:10:54 grubba Exp $ +|| $Id: program_id.h,v 1.26 2006/12/27 16:26:48 grubba Exp $ */ #ifndef PROGRAM_ID_H @@ -84,9 +84,12 @@ #define tObjImpl_STDIO_IPPROTO "\003\000\000\000\000\034" #define tObjIs_STDIO_IPPROTO "\003\001\000\000\000\034" -#define PROG_THREAD_MUTEX_COMPAT_7_4_ID 35 +#define PROG_THREAD_MUTEX_COMPAT_7_4_ID 035 #define tObjImpl_THREAD_MUTEX_COMPAT_7_4 "\003\000\000\000\000\035" #define tObjIs_THREAD_MUTEX_COMPAT_7_4 "\003\001\000\000\000\035" +#define PROG_PROCESS_ID 036 +#define tObjImpl_PROCESS "\003\000\000\000\000\036" +#define tObjIs_PROCESS "\003\001\000\000\000\036" #define PROG_GMP_MPZ_ID 040 #define tObjImpl_GMP_MPZ "\003\000\000\000\000\040"