<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 1 Apr 2020 at 18:10, Antony Antony <<a href="mailto:antony@phenome.org">antony@phenome.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Mar 30, 2020 at 12:07:17PM -0400, Andrew Cagney wrote:<br>
> I'm cleaning up the impair code.<br>
> <br>
> Internally, the old style #define names are in upper case vis:<br>
>   #define IMPAIR_REPLAY_FORWARD ...<br>
> and<br>
>   IMPAIR(REPLAY_FORWARD)<br>
> while the new ones (that take parameters) are in lower case vis:<br>
>   extern enum send_impairment impair_ike_key_length_attribute<br>
> I've merged the two but preserved the names.<br>
> <br>
> Should the names be made consistent?<br>
<br>
that would be great.  go for it.<br>
<br></blockquote><div><br></div><div>so how about:</div><div>  IMPAIR(replay_forward)<br></div><div>?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
thanks,<br>
-antony<br>
</blockquote></div></div>