ossp-pkg/l2/l2_ch_syslog.c 1.15 -> 1.16
--- l2_ch_syslog.c 2001/09/06 14:37:53 1.15
+++ l2_ch_syslog.c 2001/09/06 14:43:25 1.16
@@ -117,14 +117,6 @@
return L2_OK;
}
-/* flush channel */
-static l2_result_t hook_flush(l2_context_t *ctx, l2_channel_t *ch)
-{
- /* Noop for this channel, because syslog entries are unbuffered */
-
- return L2_OK;
-}
-
/* close channel */
static l2_result_t hook_close(l2_context_t *ctx, l2_channel_t *ch)
{
@@ -160,7 +152,7 @@
hook_configure,
hook_open,
hook_write,
- hook_flush,
+ NULL,
hook_close,
hook_destroy
};
|
|