* child_info.h (CHILD_INFO_MAGIC): Reset.
This commit is contained in:
parent
884c0ff016
commit
c85263884a
|
@ -1,3 +1,7 @@
|
||||||
|
2005-10-29 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* child_info.h (CHILD_INFO_MAGIC): Reset.
|
||||||
|
|
||||||
2005-10-24 Christopher Faylor <cgf@timesys.com>
|
2005-10-24 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.
|
* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.
|
||||||
|
|
|
@ -29,7 +29,7 @@ enum child_info_types
|
||||||
|
|
||||||
#define EXEC_MAGIC_SIZE sizeof(child_info)
|
#define EXEC_MAGIC_SIZE sizeof(child_info)
|
||||||
|
|
||||||
#define CURR_CHILD_INFO_MAGIC 0x38772070U
|
#define CURR_CHILD_INFO_MAGIC 0xb530a54dU
|
||||||
|
|
||||||
/* NOTE: Do not make gratuitous changes to the names or organization of the
|
/* NOTE: Do not make gratuitous changes to the names or organization of the
|
||||||
below class. The layout is checksummed to determine compatibility between
|
below class. The layout is checksummed to determine compatibility between
|
||||||
|
|
Loading…
Reference in New Issue