aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:46:09 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:46:09 +0100
commit5806ea90982e4ba485db03c2a3093137652f5be4 (patch)
tree7c1f244c71e381137ab7358afff38f2098e0c840 /src
parent76f2095b10654655c411b09ef1838d866dd34132 (diff)
parentb46a5ea5f66f52bf3e72d364793b527d8b4cf8a0 (diff)
Merge branch 'census-placeholders' into make-ruby-installable
Diffstat (limited to 'src')
-rw-r--r--src/core/census/placeholders.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/census/placeholders.c b/src/core/census/placeholders.c
index 88f8fb1fc4..ef9e4854be 100644
--- a/src/core/census/placeholders.c
+++ b/src/core/census/placeholders.c
@@ -81,6 +81,10 @@ census_view *census_view_create(uint32_t metric_id, const census_tag_set *tags,
abort();
}
+const census_tag_set *census_view_tags(const census_view *view) {
+ (void)view;
+}
+
void census_view_delete(census_view *view) {
(void)view;
abort();