diff options
author | Joel Galenson <jgalenson@google.com> | 2021-04-05 18:50:47 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-05 18:50:47 +0000 |
commit | 177f93f9cb4714d193a4e02bfea693876ebe034c (patch) | |
tree | 613fbea3e7b7b533c2fa8a6922a003c96169ae34 /libstats/pull_rust/statslog.h | |
parent | 767f264fa4a8f019f6acfce8290e10f18113a524 (diff) | |
parent | 559379ea580faad588a3c2d22c1de1d255dd7485 (diff) |
Merge "Add Rust interface for the pull API."
Diffstat (limited to 'libstats/pull_rust/statslog.h')
-rw-r--r-- | libstats/pull_rust/statslog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstats/pull_rust/statslog.h b/libstats/pull_rust/statslog.h new file mode 100644 index 000000000..983fb7b72 --- /dev/null +++ b/libstats/pull_rust/statslog.h @@ -0,0 +1,3 @@ +#pragma once + +#include "stats_pull_atom_callback.h" |