Annotation of xinu/sys/rwho.c, revision 1.1

1.1     ! root        1: /* rwho.c - rwho */
        !             2: 
        !             3: #include <conf.h>
        !             4: #include <kernel.h>
        !             5: #include <network.h>
        !             6: #include <rwho.h>
        !             7: 
        !             8: /*------------------------------------------------------------------------
        !             9:  *  rwho  -  Initialize rwho subsystem and start daemon processes
        !            10:  *------------------------------------------------------------------------
        !            11:  */
        !            12: rwho()
        !            13: {
        !            14:        resume( create(RWIN,  RWISTK, RWIPRIO, RWINAM, RWIARGS) );
        !            15:        resume( create(RWOUT, RWOSTK, RWOPRIO, RWONAM, RWOARGS) );
        !            16: }
        !            17: 
        !            18: struct rwinfo  Rwho;           /* all globals used by rwho subsystem   */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.