Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ants5 #814

Open
wants to merge 2 commits into
base: ants5
Choose a base branch
from
Open

Ants5 #814

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ccan-upstream
Submodule ccan-upstream updated from 8b0bdb to 118708
2 changes: 1 addition & 1 deletion libblkmaker
Submodule libblkmaker updated 16 files
+13 −0 .gitignore
+129 −0 .travis.yml
+2 −0 AUTHORS
+18 −1 Makefile.am
+2 −1 README
+451 −61 blkmaker.c
+6 −2 blkmaker.h
+281 −50 blkmaker_jansson.c
+2 −0 blkmaker_jansson.h
+47 −11 blktemplate.c
+34 −7 blktemplate.h
+16 −2 configure.ac
+5 −0 example.c
+33 −4 private.h
+1,331 −0 test.c
+3 −0 test.sh