[BACK]Return to if_shmem.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / rump / net / lib / libshmif

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/rump/net/lib/libshmif/if_shmem.c between version 1.7 and 1.8

version 1.7, 2009/05/26 19:03:05 version 1.8, 2009/10/20 23:21:53
Line 49  __KERNEL_RCSID(0, "$NetBSD$");
Line 49  __KERNEL_RCSID(0, "$NetBSD$");
 #include "rump_private.h"  #include "rump_private.h"
   
 #if 0  #if 0
 #define DPRINTF(x) printf x  #define DPRINTF(x) rumpuser_dprintf x
 #else  #else
 #define DPRINTF(x)  #define DPRINTF(x)
 #endif  #endif
Line 346  shmif_rcv(void *arg)
Line 346  shmif_rcv(void *arg)
                     || (busgen > sc->sc_prevgen+1)) {                      || (busgen > sc->sc_prevgen+1)) {
                         nextpkt = lastpkt;                          nextpkt = lastpkt;
                         sc->sc_prevgen = busgen;                          sc->sc_prevgen = busgen;
                         printf("DROPPING\n");                          rumpuser_dprintf("DROPPING\n");
                 } else {                  } else {
                         nextpkt = sc->sc_nextpacket;                          nextpkt = sc->sc_nextpacket;
                 }                  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>