summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/Misc/svc.conf1
blob: d0f552caa6e5a7719a0dae21e51f26a2381a1522 (plain)
1
2
3
4
5
6
7
8
# Dynamically configure the Timer_Service into the application process
# and pass in up to 4 arguments.  The final 3 arguments are retrieved
# from environment variables, so they can be set by changing your
# environment before running the main program.  If you don't have
# these variables set they are ignored.
dynamic Timer_Service_3 Service_Object * 
  ./Timer:_make_Timer_Service_3() 
  "timer $INTERVAL $MAX_TIMEOUTS $TRACE"