FACT++  1.0
void Parent::print ( )
inline

Definition at line 37 of file dim_fork2.cxx.

Referenced by main().

37  {
38  /*
39  size_t cnt = 0;
40  for(size_t i=0; i<sizeof(children)/sizeof(children[0]); ++i) {
41  if ( children[i]->calls > 2 ) cnt++;
42  }
43  ::printf("PID:%d Child service answers from %ld children. %ld still missing.\n",
44  ::getpid(), cnt, sizeof(children)/sizeof(children[0])-cnt);
45  */
46  }

+ Here is the caller graph for this function: