summaryrefslogtreecommitdiff
path: root/Servers/ProtocolServer/ProtocolClient.ipc
diff options
context:
space:
mode:
Diffstat (limited to 'Servers/ProtocolServer/ProtocolClient.ipc')
-rw-r--r--Servers/ProtocolServer/ProtocolClient.ipc6
1 files changed, 6 insertions, 0 deletions
diff --git a/Servers/ProtocolServer/ProtocolClient.ipc b/Servers/ProtocolServer/ProtocolClient.ipc
new file mode 100644
index 0000000000..df88714f50
--- /dev/null
+++ b/Servers/ProtocolServer/ProtocolClient.ipc
@@ -0,0 +1,6 @@
+endpoint ProtocolClient = 13
+{
+ // Download notifications
+ DownloadProgress(i32 download_id, u32 total_size, u32 downloaded_size) =|
+ DownloadFinished(i32 download_id, bool success) =|
+}