When I'm looking for things in the sources, here is what I use...

cd ${TOSROOT}
find . -exec grep -nHi <thing I'm looking for> '{}' \;

In your case...

find . -exec grep -nHi TOSH_sched_entry_t '{}' \;

But when I search the current development sources, that string is not found.


Why are you looking for it?   What are you doing?


On Mon, Apr 30, 2012 at 7:31 AM, Omkar raiker <omkarraika...@gmail.com>wrote:

> please help he in finding the structure defined below in tinyos 2.x source
> code..
>
> typedef struct
> {
> void (*tp)();
>  }TOSH_sched_entry_t;
>
> regards
> Omkar Raikar
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to