On Sun, Apr 01, 2012 at 04:04:40PM -0700, Ethan Jackson wrote:
> With this function, users of the Open vSwitch libraries which
> should not have the same version as Open vSwitch can manually set a
> version number.
> 
> Signed-off-by: Ethan Jackson <et...@nicira.com>

Hmm, although this looks OK we could alternatively just add VERSION to
the macro, e.g.:

    void set_program_name__(const char *name, const char *version,
                            const char *date, const char *time);
    #define set_program_name(name) \
            set_program_name__(name, VERSION, __DATE__, __TIME__)
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to