-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
translation/Protocol: add packet SYMLINK
- Loading branch information
1 parent
e777dda
commit 567eda6
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cm4all-lukko (0.36) unstable; urgency=low | ||
|
||
* | ||
* translation: add packet SYMLINK | ||
|
||
-- | ||
|
||
|
Submodule libcommon
updated
12 files
+17 −5 | src/io/uring/Queue.cxx | |
+7 −1 | src/io/uring/Queue.hxx | |
+29 −0 | src/io/uring/Ring.hxx | |
+5 −0 | src/spawn/Client.cxx | |
+1 −0 | src/spawn/IProtocol.hxx | |
+25 −0 | src/spawn/Mount.cxx | |
+8 −0 | src/spawn/Mount.hxx | |
+12 −0 | src/spawn/Server.cxx | |
+25 −0 | src/translation/Parser.cxx | |
+2 −0 | src/translation/Parser.hxx | |
+6 −0 | src/translation/Protocol.hxx | |
+9 −0 | src/translation/server/Response.hxx |