kernel_stats.hh (7678:f19b6a3a8cec) kernel_stats.hh (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;

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

80 void quiesce() { _quiesce++; }
81 void swpipl(int ipl);
82
83 public:
84 virtual void serialize(std::ostream &os);
85 virtual void unserialize(Checkpoint *cp, const std::string &section);
86};
87
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;

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

80 void quiesce() { _quiesce++; }
81 void swpipl(int ipl);
82
83 public:
84 virtual void serialize(std::ostream &os);
85 virtual void unserialize(Checkpoint *cp, const std::string &section);
86};
87
88/* end namespace Kernel */ }
88} // namespace Kernel
89
90#endif // __KERNEL_STATS_HH__
89
90#endif // __KERNEL_STATS_HH__