rc = 0; /* nothing sent */
else
{
-#warning FIXME: handle socket errors properly
+ //warning FIXME: handle socket errors properly
CERROR ("Error socknal send(%d) %p: %d\n", tx->tx_nob, conn, rc);
rc = tx->tx_nob; /* kid on for now whole packet went */
}
if (len != -EAGAIN && /* ! nothing to read now */
len != 0) /* ! nothing to read ever */
{
-#warning FIXME: handle socket errors properly
+ // warning FIXME: handle socket errors properly
CERROR ("Error socknal read(%d) %p: %d\n",
conn->ksnc_rx_nob_wanted, conn, len);
}
test_eq->sequence == args->sequence_in) {
lib_me_t *me = md->me;
-#warning this does not track eq refcounts properly
-
+ // #warning this does not track eq refcounts properly
ret->rc = lib_md_build(nal, md, private,
new, &new->eventq, md->unlink);
rc = 0; /* nothing sent */
else
{
-#warning FIXME: handle socket errors properly
+ //warning FIXME: handle socket errors properly
CERROR ("Error socknal send(%d) %p: %d\n", tx->tx_nob, conn, rc);
rc = tx->tx_nob; /* kid on for now whole packet went */
}
if (len != -EAGAIN && /* ! nothing to read now */
len != 0) /* ! nothing to read ever */
{
-#warning FIXME: handle socket errors properly
+ // warning FIXME: handle socket errors properly
CERROR ("Error socknal read(%d) %p: %d\n",
conn->ksnc_rx_nob_wanted, conn, len);
}
test_eq->sequence == args->sequence_in) {
lib_me_t *me = md->me;
-#warning this does not track eq refcounts properly
-
+ // #warning this does not track eq refcounts properly
ret->rc = lib_md_build(nal, md, private,
new, &new->eventq, md->unlink);