On Mon, 27.10.14 08:42, Daniele Medri (dme...@gmail.com) wrote:

>  typedef struct CalendarSpec {
>          int weekdays_bits;
> +      int months_bits;
>  

I see the usefulness of the functionality, and I am willing to take a
patch for this, but adding a new months_bits field here is not the way
to go I fear, simply because it is entirely redundant given the
"month" linked list we already have in place. Specifying a textual
month should simply translate into the right change to "month", not
more.

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to