Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2009 17:17:12 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 163916 for review
Message-ID:  <200906091717.n59HHCbU052620@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163916

Change 163916 by anchie@anchie_malimis on 2009/06/09 17:16:34

	Declarations of new functions for per-interface handling of the incoming 
	traffic.	

Affected files ...

.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/net.c#4 edit
.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/os_specific.h#2 edit

Differences ...

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/net.c#4 (text+ko) ====

@@ -43,6 +43,7 @@
 #include <sbuff.h>
 
 #include "sendd_local.h"
+#include "os_specific.h"
 #include "snd_proto.h"
 #include "dbg.h"
 

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/os_specific.h#2 (text+ko) ====

@@ -49,6 +49,10 @@
 extern void os_specific_fini(void);
 extern int os_specific_init(void);
 
+extern void snd_add_fds(fd_set *, int *);
+extern void snd_dispatch_fds(fd_set *);
+extern int snd_handle_iface(const char *, int);
+
 static __inline__ int
 sendd_max(int a, int b)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906091717.n59HHCbU052620>