|
|
| version 1.12, 2004/04/11 07:41:52 | version 1.13, 2004/04/21 18:14:00 |
|---|---|
| Line 73 struct sp_info atm_attributes_pool = { | Line 73 struct sp_info atm_attributes_pool = { |
| */ | */ |
| static void atm_compact (struct atm_time *); | static void atm_compact (struct atm_time *); |
| static KTimeout_ret atm_timexp (void *); | static KTimeout_ret atm_timexp (void *); |
| static void atm_intr(struct netmsg *); | static int atm_intr(struct netmsg *); |
| /* | /* |
| * Local variables | * Local variables |
| Line 882 atm_stack_drain() | Line 882 atm_stack_drain() |
| * none | * none |
| * | * |
| */ | */ |
| static void | static int |
| atm_intr(struct netmsg *msg) | atm_intr(struct netmsg *msg) |
| { | { |
| struct mbuf *m = ((struct netmsg_packet *)msg)->nm_packet; | struct mbuf *m = ((struct netmsg_packet *)msg)->nm_packet; |
| Line 914 atm_intr(struct netmsg *msg) | Line 914 atm_intr(struct netmsg *msg) |
| */ | */ |
| STACK_DRAIN(); | STACK_DRAIN(); |
| lwkt_replymsg(&msg->nm_lmsg, 0); | lwkt_replymsg(&msg->nm_lmsg, 0); |
| return(EASYNC); | |
| } | } |
| /* | /* |