usrWvTsfsUploadPath.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* usrWvTsfsUploadPath.c - configuration file for Windview Tsfs upload path */
- /* Copyright 1997 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01b,30sep98,pr added changes as in usrWvFileUploadPath.c
- 01a,13may98,pr written
- */
- /*
- DESCRIPTION
- */
- extern FUNCPTR _func_wvOnUploadPathCreate;
- extern FUNCPTR _func_wvOnUploadPathClose;
- extern int wvArgHtons;
- extern char * wvLogMsgString1;
- extern char * wvLogMsgString2;
- VOID usrWvTsfsUploadPathInit ()
- {
- _func_wvOnUploadPathCreate = (FUNCPTR) tsfsUploadPathCreate;
- _func_wvOnUploadPathClose = (FUNCPTR) tsfsUploadPathClose;
- wvArgHtons = 1;
- wvLogMsgString1 = "ip=";
- wvLogMsgString2 = "port=";
- tsfsUploadPathLibInit ();
- }