]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/jdb/jdb_rcupdate.cpp
update
[l4.git] / kernel / fiasco / src / jdb / jdb_rcupdate.cpp
index 9851b457d32ee37c15305faaf1bb1e350a430c88..a3f081852e652cf394ba0063cab6e2e84431a88e 100644 (file)
@@ -63,9 +63,9 @@ Jdb_rcupdate::action(int cmd, void *&, char const *&, int &)
          printf("    wait for quiescent state: %s\n", d->_pending?"yes":"no");
          printf("    batch=");
          print_batch(d->_batch); puts("");
-         printf("    next list:    h=%p t=%p len=%ld\n", d->_n._l, d->_n._t, d->_len);
-         printf("    current list: h=%p t=%p\n", d->_c._l, d->_c._t);
-         printf("    done list:    h=%p t=%p\n", d->_d._l, d->_d._t);
+         printf("    next list:    h=%p len=%ld\n", d->_n.front(), d->_len);
+         printf("    current list: h=%p \n", d->_c.front());
+         printf("    done list:    h=%p\n", d->_d.front());
        }
 
       return NOTHING;