📄 loopglue.c
字号:
/* $Header: /usr/cvsroot/target/src/wrn/wm/demo/lib/loopglue.c,v 1.2 2001/11/08 15:56:22 tneale Exp $ *//* * Copyright (C) 1999-2005 Wind River Systems, Inc. * All rights reserved. Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. *//**************************************************************************** * Copyright 1997 Epilogue Technology Corporation. * Copyright 1998 Integrated Systems, Inc. * All rights reserved. ****************************************************************************//* * This code is cursed and should not be used as an example. It * exists for historical reasons only. *//* * $Log: loopglue.c,v $ * Revision 1.2 2001/11/08 15:56:22 tneale * Updated for newest file layout * * Revision 1.1.1.1 2001/11/05 17:48:41 tneale * Tornado shuffle * * Revision 1.8 2001/01/19 22:23:42 paul * Update copyright. * * Revision 1.7 2000/03/17 00:12:39 meister * Update copyright message * * Revision 1.6 1998/02/25 04:57:24 sra * Update copyrights. * * Revision 1.5 1998/02/18 22:34:54 sra * Add ip_loopback(), eradicate glue_pkt_handle(). * * Revision 1.4 1997/03/20 06:52:56 sra * DFARS-safe copyright text. Zap! * * Revision 1.3 1997/02/25 10:58:16 sra * Update copyright notice, dust under the bed. * * Revision 1.2 1997/01/15 01:24:09 sra * Fix a packet leak. * * Revision 1.1 1997/01/08 01:20:46 sar * Initial revision * *//* [clearcase]modification history-------------------01a,19apr05,job update copyright notices*/#include <wrn/wm/attache/config.h>#include <wrn/wm/attache/packet.h>#include <wrn/wm/attache/glue.h>/* * Nothing should ever call this function anymore. On the off-chance * that a customer has code that still invokes the ancient and * undocumented glue_pkt_handle() function, here's a definition that * should be relatively harmless. If you're reading this comment * because your application blew out its stack with nested invocations * of glue_pkt_handle(), please contact support@epilogue.com and * describe your application to us so that we can help you fix this. */void glue_pkt_handle(packet *p, void (*handler)(packet *)){ handler(p);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -