master/sync.c
changeset 762 15214036c72a
parent 758 8fa6f825eb7d
child 792 3778920f61e4
equal deleted inserted replaced
761:f1a23fd26052 762:15214036c72a
    60     sync->index = index;    
    60     sync->index = index;    
    61 
    61 
    62     sync->est_length = 0;
    62     sync->est_length = 0;
    63     INIT_LIST_HEAD(&sync->pdos);
    63     INIT_LIST_HEAD(&sync->pdos);
    64     sync->alt_mapping = 0;
    64     sync->alt_mapping = 0;
       
    65     sync->mapping_source = EC_SYNC_MAPPING_NONE;
    65 }
    66 }
    66 
    67 
    67 /*****************************************************************************/
    68 /*****************************************************************************/
    68 
    69 
    69 /**
    70 /**