kernel_stats.cc (3594:e401993e0cbb) kernel_stats.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 125 unchanged lines hidden (view full) ---

134
135void
136Statistics::unserialize(Checkpoint *cp, const string &section)
137{
138 UNSERIALIZE_SCALAR(iplLast);
139 UNSERIALIZE_SCALAR(iplLastTick);
140}
141
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 125 unchanged lines hidden (view full) ---

134
135void
136Statistics::unserialize(Checkpoint *cp, const string &section)
137{
138 UNSERIALIZE_SCALAR(iplLast);
139 UNSERIALIZE_SCALAR(iplLastTick);
140}
141
142/* end namespace Kernel */ }
142} // namespace Kernel