On Monday 17 February 2014 13:27:06 Fred Gleason wrote:
> On Feb 17, 2014, at 13:16 20, drew Roberts <[email protected]> wrote:
> > In the use I envision, only music would be played and I don't see ever
> > having a NULL now or next, so I am not sure after looking at what you
> > point to how I can do this. Am I just being a bit dense?
>
> Check the ‘rlm_cartnum’ field.  If it’s zero, that means it’s a null update
> —i.e. contains no useful information.

I had already looked here:

http://projects.tryphon.eu/projects/rivendell2-debian/repository/revisions/master/entry/rlm/rlm_udp.c

I see:

for(i=0;i<rlm_udp_devs;i++) {
  switch(rlm_udp_null_updates[i]) {
  case 0:  /* Process all updates */
  case 1:  /* Process only non-null NOW updates */
  case 2:  /* Process only non-null NEXT updates */
  case 3:  /* Process only non-null NOW and NEXT updates */

At first glance I though case 1 is what I want, but I am not sure I am readin 
this right.

Does "/* Process only non-null NOW updates */" mean process only now updates 
and those only when they are non-null? If so, that is likely what I want. If 
not, I don't see how this helps me.

all the best,

drew
>
> Cheers!
>
> |-------------------------------------------------------------------------|
> | Frederick F. Gleason, Jr. |               Chief Developer               |
> |
> |                           |               Paravel Systems               |
> |
> |-------------------------------------------------------------------------|
> |             Logic is a way to go wrong with confidence.                 |
> |                                   --Robert Heinlein                     |
> |                                   "The Notebooks of Lazarus Long"       |
> |-------------------------------------------------------------------------|
>
> _______________________________________________
> Rivendell-dev mailing list
> [email protected]
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to