Show
Ignore:
Timestamp:
05/20/10 16:05:25 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP/IP stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/kernel/sched.c

    r2084 r2085  
    1919#include <sched.h> 
    2020#include <error.h> 
     21#include <print.h> 
    2122#include <i386/process.h> 
    2223#include <slab.h> 
     
    9697                        thread=curr; 
    9798                } 
     99 
     100                if ((curr->eventFunc != NULL) && curr->state == THR_INTERRUPTIBLE) 
     101                        ThrResumeThread(curr); 
    98102        } 
    99103