Deleted Added
sdiff udiff text old ( 3144:b6e9e1811d71 ) new ( 4167:ce5d0f62f13b )
full compact
1/*
2 * Copyright (c) 2002-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;

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

153 schedule(curTick + interval);
154}
155
156const char *
157CheckSwapEvent::description()
158{
159 return "check swap";
160}