Searched refs:incp (Results 1 – 1 of 1) sorted by relevance
117 copy_changelog(mdmn_changelog_record_t *incp, in copy_changelog() argument120 assert(incp != NULL && odp != NULL); in copy_changelog()125 odp->lr_revision = incp->lr_revision; in copy_changelog()126 odp->lr_flags = incp->lr_flags; in copy_changelog()127 odp->lr_selfid = incp->lr_selfid; in copy_changelog()128 odp->lr_class = incp->lr_class; in copy_changelog()129 odp->lr_msglen = incp->lr_msglen; in copy_changelog()130 if (incp->lr_msglen) in copy_changelog()131 copy_msg_2(&incp->lr_msg, &odp->lr_od_msg, direction); in copy_changelog()133 incp->lr_revision = odp->lr_revision; in copy_changelog()[all …]