From d8e523e6190a7a068ba492d4f689bc9068abb422 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Fri, 5 Jun 2009 19:42:34 +0000 Subject: Add an unused data field, to allow smtpd and ypldap to work, all lib ready daemons have NULL diffs now for the imsg files. This field should eventually die a honorable death as it was a design screwup. --- usr.sbin/ospfd/imsg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ospfd') diff --git a/usr.sbin/ospfd/imsg.h b/usr.sbin/ospfd/imsg.h index d74a45c7260..d700b98c01c 100644 --- a/usr.sbin/ospfd/imsg.h +++ b/usr.sbin/ospfd/imsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.h,v 1.2 2009/06/05 19:36:10 pyr Exp $ */ +/* $OpenBSD: imsg.h,v 1.3 2009/06/05 19:42:33 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard @@ -60,6 +60,7 @@ struct imsgbuf { void (*handler)(int, short, void *); int fd; pid_t pid; + void *data; short events; }; -- cgit v1.2.3