Changeset 94d484a in mainline for uspace/app/sbi/src/ancr.c


Ignore:
Timestamp:
2010-03-07T17:45:33Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d0febca
Parents:
fa36f29
Message:

Update SBI to rev. 90.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/ancr.c

    rfa36f29 r94d484a  
    151151                /* Process base CSI. */
    152152                ancr_csi_process(prog, base_csi);
     153        } else {
     154                base_csi = NULL;
    153155        }
    154156
     157        /* Store base CSI and update node state. */
    155158        node->ancr_state = ws_visited;
     159        node->base_csi = base_csi;
    156160}
    157161
Note: See TracChangeset for help on using the changeset viewer.