
Go to the source code of this file.
Functions | |
| void * | pack (NetFEM_update &u, int *len) |
| Return a malloc'd buffer containing our data in (*len) bytes. | |
| void | unpack (NetFEM_update &u, const void *buf, int bufLen) |
| void* pack | ( | NetFEM_update & | u, | |
| int * | len | |||
| ) |
Return a malloc'd buffer containing our data in (*len) bytes.
The buffer must be free'd when done.
Definition at line 12 of file netfem_data.C.
References malloc(), p, NetFEM_update::pup(), and PUP_toNetwork4_sizer::size().

| void unpack | ( | NetFEM_update & | u, | |
| const void * | buf, | |||
| int | bufLen | |||
| ) |
Definition at line 24 of file netfem_data.C.
References p, and NetFEM_update::pup().
Referenced by CkCopyMsg(), and searchResults::unpack().


1.5.5