FreeCalypso > hg > freecalypso-tools
annotate ffstools/tiffs-wrappers/installpath.c @ 345:cc207d81c05f
fcup-atinterf: implemented wakeup of sleeping targets
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 04 Feb 2018 16:05:11 +0000 |
parents | a4afdada80fc |
children |
rev | line source |
---|---|
0
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 /* |
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 * Our mokoffs and pirffs wrappers exec the main tiffs binary; in order |
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 * to do it efficiently without execvp etc, we hard-code the pathname |
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 * where that binary is installed. |
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 */ |
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 |
46
a4afdada80fc
ffstools: move to /opt/freecalypso/bin
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
7 char tiffs_prog_pathname[] = "/opt/freecalypso/bin/tiffs"; |