-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libccp: Update for reliable create messages
Update to reflect ccp-project/libccp#29
- Loading branch information
1 parent
2eb1704
commit 9d46488
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libccp
updated
8 files
+210 −51 | ccp.c | |
+5 −0 | ccp.h | |
+0 −3 | ccp_priv.c | |
+15 −9 | ccp_priv.h | |
+40 −13 | machine.c | |
+19 −0 | serialize.c | |
+12 −0 | serialize.h | |
+84 −1 | test.c |