master/sync.c
branchstable-1.3
changeset 1749 696dd9f22777
parent 1746 72e7507b3f1b
child 1753 124eb40a2818
equal deleted inserted replaced
1748:a8740ac42365 1749:696dd9f22777
    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 /**