|
Squid Web Cache master
|
#include <diomsg.h>
Public Attributes | |
| mtyp_t | mtype |
| int | id |
| int | seq_no |
| void * | callback_data |
| Lock * | requestor |
| size_t | size |
| off_t | offset |
| int | status |
| bool | newstyle |
| int | shm_offset |
Static Public Attributes | |
| static const int | msg_snd_rcv_sz = sizeof(diomsg) - sizeof(mtyp_t) |
| void* diomsg::callback_data |
Definition at line 34 of file diomsg.h.
Referenced by DiskdIOStrategy::handle(), msg_handle(), DiskdIOStrategy::SEND(), DiskdIOStrategy::send(), and DiskdIOStrategy::send().
| int diomsg::id |
Definition at line 32 of file diomsg.h.
Referenced by do_close(), do_open(), do_read(), do_unlink(), do_write(), msg_handle(), and DiskdIOStrategy::SEND().
Definition at line 41 of file diomsg.h.
Referenced by DiskdIOStrategy::callback(), main(), and DiskdIOStrategy::SEND().
| mtyp_t diomsg::mtype |
Definition at line 31 of file diomsg.h.
Referenced by DiskdFile::completed(), DiskdIOStrategy::handle(), msg_handle(), and DiskdIOStrategy::SEND().
| bool diomsg::newstyle |
Definition at line 39 of file diomsg.h.
Referenced by DiskdFile::completed(), DiskdIOStrategy::handle(), msg_handle(), DiskdIOStrategy::send(), and DiskdIOStrategy::send().
| off_t diomsg::offset |
Definition at line 37 of file diomsg.h.
Referenced by do_open(), do_read(), do_write(), msg_handle(), and DiskdIOStrategy::SEND().
| Lock* diomsg::requestor |
Definition at line 35 of file diomsg.h.
Referenced by msg_handle(), DiskdFile::readDone(), DiskdIOStrategy::send(), and DiskdFile::writeDone().
| int diomsg::seq_no |
Definition at line 33 of file diomsg.h.
Referenced by msg_handle(), and DiskdIOStrategy::SEND().
| int diomsg::shm_offset |
Definition at line 40 of file diomsg.h.
Referenced by DiskdIOStrategy::callback(), msg_handle(), DiskdFile::readDone(), DiskdIOStrategy::SEND(), and DiskdIOStrategy::unlinkDone().
| size_t diomsg::size |
Definition at line 36 of file diomsg.h.
Referenced by do_read(), do_write(), msg_handle(), and DiskdIOStrategy::SEND().
| int diomsg::status |
Definition at line 38 of file diomsg.h.
Referenced by DiskdFile::closeDone(), DiskdFile::createDone(), DiskdIOStrategy::handle(), msg_handle(), DiskdFile::openDone(), DiskdFile::readDone(), DiskdIOStrategy::SEND(), DiskdIOStrategy::unlinkDone(), and DiskdFile::writeDone().