From e673c4df6387765ec1e6cbe4766c37dfed75e5b2 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 23 Apr 2010 17:05:06 +0900 Subject: [PATCH] rrdc_flush_if_daemon() was not really exported --- Bindings/Librrd/Client.hsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bindings/Librrd/Client.hsc b/Bindings/Librrd/Client.hsc index e1fb6e2..279e154 100644 --- a/Bindings/Librrd/Client.hsc +++ b/Bindings/Librrd/Client.hsc @@ -20,7 +20,8 @@ module Bindings.Librrd.Client where #ccall rrdc_update, CString -> CInt -> Ptr CString -> IO CInt #ccall rrdc_flush , CString -> IO CInt -#ccall rrdc_flush_if_daemon, CString -> CString -> IO CInt +-- This one is not exported from the shared library. +-- #ccall rrdc_flush_if_daemon, CString -> CString -> IO CInt -- Helper definitions for rrdc_stats_t #num RRDC_STATS_TYPE_GAUGE -- 2.40.0