pollevent.hh (2665:a124942bacb8) pollevent.hh (4167:ce5d0f62f13b)
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;

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

28 * Authors: Nathan Binkert
29 */
30
31#ifndef __POLLEVENT_H__
32#define __POLLEVENT_H__
33
34#include <vector>
35#include <poll.h>
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;

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

28 * Authors: Nathan Binkert
29 */
30
31#ifndef __POLLEVENT_H__
32#define __POLLEVENT_H__
33
34#include <vector>
35#include <poll.h>
36#include "sim/root.hh"
36#include "sim/core.hh"
37
38class Checkpoint;
39class PollQueue;
40
41class PollEvent
42{
43 private:
44 friend class PollQueue;

--- 55 unchanged lines hidden ---
37
38class Checkpoint;
39class PollQueue;
40
41class PollEvent
42{
43 private:
44 friend class PollQueue;

--- 55 unchanged lines hidden ---