|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
14 Jan 2004, Konstantin Olchanski, , First try- midas on darwin/macosx
|
14 Jan 2004, Stefan Ritt, , First try- midas on darwin/macosx
|
16 Jan 2004, Konstantin Olchanski, , First try- midas on darwin/macosx
|
17 Jan 2004, Stefan Ritt, , First try- midas on darwin/macosx
|
18 Jan 2004, Konstantin Olchanski, , First try- midas on darwin/macosx
|
19 Jan 2004, Stefan Ritt, , First try- midas on darwin/macosx
|
19 Jan 2004, Konstantin Olchanski, , First try- midas on darwin/macosx
|
|
Message ID: 72
Entry time: 19 Jan 2004
In reply to: 71
Reply to this: 73
|
Author: |
Stefan Ritt |
Topic: |
|
Subject: |
First try- midas on darwin/macosx |
|
|
> I want this:
>
> mana.c does *not* include sys/mount.h
> system.c does include sys/mount.h
>
> Simplest solution is to take sys/mount.h out of midasinc.h and include it in system.c
Agree.
> This uncovered a problem with ss_getthandle(). What is it supposed to do? On Windows it returns a handle to the current thread, on OS_UNIX, it returns getpid().
> What gives? I am leaving it alone for now.
The Unix version of ss_getthandle() returns the pid since at the time when I wrote that function (many years ago) there were no threads under Unix. It should now
be replaces with a function which returns the real thread id (at least under Linux). |