diff --git a/src/bin/ubistry/main.c b/src/bin/ubistry/main.c index 16e9fb9..0e32eb9 100644 --- a/src/bin/ubistry/main.c +++ b/src/bin/ubistry/main.c @@ -28,12 +28,18 @@ *****************************************************************************************/ #include +#include +#include #include int main(int argc,char **argv) { mpiMessage_t msg; + if (fork() != 0x0) { + exit(0x0); + } + if (mpiCreateMbox("ubistry") != 0x0) { printf("Error: Error Creating Mail Box\n"); exit(-1); @@ -50,5 +56,9 @@ /*** $Log$ + Revision 1.1 2004/05/26 12:09:12 reddawg + ubistry: this is the frame work for the ubix registry system more to come + over the next few days + END ***/