proxmox-backup/proxmox-protocol/src
Wolfgang Bumiller 7b7a42b467 protocol: use Option<fn()> for nullable function
This should have the same memory layoutas a simple `fn()`
with NULL function pointers mapping to None.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-03-15 14:21:52 +01:00
..
c_chunker.rs protocol: use size_t for c api instead of ulong 2019-03-07 14:40:15 +01:00
c_client.rs protocol: use Option<fn()> for nullable function 2019-03-15 14:21:52 +01:00
c_connector.rs protocol: add C bindings for Connector 2019-03-15 12:40:47 +01:00
chunk_stream.rs import proxmox-protocol crate 2019-03-06 10:26:10 +01:00
chunker.rs move chunker into proxmox_protocol 2019-03-08 09:29:47 +01:00
client.rs protocol: cleanup finish_backup 2019-03-13 14:16:17 +01:00
common.rs protocol: allow explicitly polling for a single packet 2019-03-07 13:51:13 +01:00
connect.rs protocol: add connector 2019-03-15 12:40:47 +01:00
lib.rs protocol: add C bindings for Connector 2019-03-15 12:40:47 +01:00
protocol.rs import proxmox-protocol crate 2019-03-06 10:26:10 +01:00
server.rs protocol: allow explicitly polling for a single packet 2019-03-07 13:51:13 +01:00
tools.rs import proxmox-protocol crate 2019-03-06 10:26:10 +01:00
types.rs import proxmox-protocol crate 2019-03-06 10:26:10 +01:00