PERFORCE change 163916 for review

Ana Kukec anchie at FreeBSD.org
Tue Jun 9 17:17:13 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163916

Change 163916 by anchie at 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)
 {


More information about the p4-projects mailing list