pollevent.cc (4167:ce5d0f62f13b) pollevent.cc (6214:1ec0ec8933ae)
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;

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

34#include <sys/file.h>
35#endif
36
37#include <fcntl.h>
38#include <signal.h>
39#include <unistd.h>
40
41#include "sim/async.hh"
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;

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

34#include <sys/file.h>
35#endif
36
37#include <fcntl.h>
38#include <signal.h>
39#include <unistd.h>
40
41#include "sim/async.hh"
42#include "sim/host.hh"
42#include "base/types.hh"
43#include "base/misc.hh"
44#include "base/pollevent.hh"
45#include "sim/core.hh"
46#include "sim/serialize.hh"
47
48using namespace std;
49
50PollQueue pollQueue;

--- 228 unchanged lines hidden ---
43#include "base/misc.hh"
44#include "base/pollevent.hh"
45#include "sim/core.hh"
46#include "sim/serialize.hh"
47
48using namespace std;
49
50PollQueue pollQueue;

--- 228 unchanged lines hidden ---