On Mon, Feb 29, 2016 at 5:44 PM, Aun-Ali Zaidi wrote:
> $ grep -lR "task_var"
> .git/objects/pack/pack-97a9b54f14bf9a5b8987276468b6bf120d1f2ab4.pack
> c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c
> c/src/lib/libbsp/powerpc/gen5200/include/bestcomm.h
> c/src/ada/rtems-tasks.adb
> c
$ grep -lR "task_var"
.git/objects/pack/pack-97a9b54f14bf9a5b8987276468b6bf120d1f2ab4.pack
c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c
c/src/lib/libbsp/powerpc/gen5200/include/bestcomm.h
c/src/ada/rtems-tasks.adb
cpukit/librpc/src/rpc/svc.c
cpukit/librpc/src/rpc/rtems_rpc.c
cpukit
On Mon, Feb 29, 2016 at 4:56 PM, Aun-Ali Zaidi wrote:
> Greetings,
>
> I am currently removing the deprecated task variables and am having issues
> deciding on what to do with the use
> of task variables in the RPC implementation. The next email will include a
> patch of my current tested and wor
Greetings,
I am currently removing the deprecated task variables and am having
issues deciding on what to do with the use
of task variables in the RPC implementation. The next email will include
a patch of my current tested and working progress.
Any suggestions?
Thanks,
Aun-Ali Zaidi
__