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

VxWorks

开发平台:

C/C++

  1. /* usrNetMuxCfg.c - Configurations for the MUX library */
  2. /* Copyright 1992 - 1998 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,30Jul99,puli  created this configlette from usrNetwork.c
  7. */
  8. /*
  9. DESCRIPTION
  10. This configlette initializes the muxMaxBinds extern and initializes the MUX
  11. library.
  12. NOMANUAL
  13. */
  14. void usrMuxLibInit(void)
  15.     {
  16.     muxMaxBinds=MUX_MAX_BINDS;
  17.     muxLibInit();
  18.     }