|
|
| version 1.15, 2004/04/09 22:34:09 | version 1.16, 2004/04/21 18:13:52 |
|---|---|
| Line 194 static struct compressor *ppp_compressor | Line 194 static struct compressor *ppp_compressor |
| /* | /* |
| * Software interrupt routine, called at spl[soft]net. | * Software interrupt routine, called at spl[soft]net. |
| */ | */ |
| static void | static int |
| pppintr(struct netmsg *msg) | pppintr(struct netmsg *msg) |
| { | { |
| struct mbuf *m = ((struct netmsg_packet *)msg)->nm_packet; | struct mbuf *m = ((struct netmsg_packet *)msg)->nm_packet; |
| Line 221 pppintr(struct netmsg *msg) | Line 221 pppintr(struct netmsg *msg) |
| } | } |
| } | } |
| lwkt_replymsg(&msg->nm_lmsg, 0); | lwkt_replymsg(&msg->nm_lmsg, 0); |
| return(EASYNC); | |
| } | } |
| /* | /* |