usrWvTsfsUploadPath.c
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* usrWvTsfsUploadPath.c - configuration file for Windview Tsfs upload path */
  2. /* Copyright 1997 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,30sep98,pr   added changes as in usrWvFileUploadPath.c
  7. 01a,13may98,pr   written
  8. */
  9. /*
  10. DESCRIPTION
  11. */
  12. extern FUNCPTR _func_wvOnUploadPathCreate;
  13. extern FUNCPTR _func_wvOnUploadPathClose;
  14. extern int wvArgHtons;
  15. extern char * wvLogMsgString1;
  16. extern char * wvLogMsgString2;
  17. VOID usrWvTsfsUploadPathInit ()
  18.     {
  19.     _func_wvOnUploadPathCreate = (FUNCPTR) tsfsUploadPathCreate;
  20.     _func_wvOnUploadPathClose = (FUNCPTR) tsfsUploadPathClose; 
  21.     wvArgHtons = 1;
  22.     wvLogMsgString1 = "ip=";
  23.     wvLogMsgString2 = "port=";
  24.     tsfsUploadPathLibInit ();
  25.     }