commit | bbf34c8fbac58eac0a5684450e327a7e5caff990 | [log] [tgz] |
---|---|---|
author | Aaron Zinman <aaron@azinman.com> | Tue Jul 12 23:27:42 2016 -0700 |
committer | Aaron Zinman <zinman@google.com> | Wed Jul 13 23:45:48 2016 +0000 |
tree | dfc7c0edf6b2abd7fbb2657779a260ce55061133 | |
parent | abab1ecf17cc0945e8896a3b2ac8146a86dd1fb3 [diff] |
swift/jni/ref: Use opts struct for init; use C99 bool This CL replaces v23_syncbase_Bool with C99's Bool and equivalent helpers. It also replaces the v23_syncbase_Init parameters with an options struct, adding a verbose level option that routes to VLog, and alphabetizes the C struct types and helper functions. MultiPart: 1/2 Change-Id: I0017b75b12a0a611c131561ab2c753953b205e1c
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.