Struct ethcore_ipc_tests::service::Service [] [src]

pub struct Service {
    pub commits: RwLock<usize>,
    pub rollbacks: RwLock<usize>,
}

Fields

Methods

impl Service
[src]

impl Service
[src]

Trait Implementations

impl IpcInterface for Service
[src]

reads the message from io, dispatches the call and returns serialized result

deserializes the payload from buffer, dispatches invoke and returns serialized result (for non-blocking io) Read more

impl IpcConfig for Service
[src]

Current service api version Should be increased if any of the methods changes signature Read more

Current ipc protocol version Should be increased only if signature of system methods changes Read more

Default handshake requires exact versions match