Michael Speth - 2005-06-24

Logged In: YES
user_id=511562

OK, I got both the complib and ops modules seperated from
the source, compiled, and loaded with the 2.6 kernel. I did
get quite a few warnings and i had to modify the source in 2
places described below.

MOD1 [complib/cl_system.c]
commented line 137 and added pid2 = -1;
I did this because the kernel couldn't find the waitpid
function.

MOD2 [ops/offload.h]
moded line 89 to static cl_mutex_t ....
moded line 90 to static cl_qlist ...

Now I have to write a test module to see if we can hook into
the ops interface.