]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - src_rtlinux/fosa_app_def_sched.h
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@353 35b4ef3e-fd22...
[frescor/fosa.git] / src_rtlinux / fosa_app_def_sched.h
index 3d22425e51a0d8a5b8e194b4990a8f5391eb5fb6..3b10eb6bccbb0d59240e000e4af8cbcea7a85c7a 100644 (file)
@@ -601,9 +601,14 @@ int fosa_ads_set_handled_signal_set(frsh_signal_t set[]);
  *  notify it to the system console and then terminate the FRSH
  *  implementation and dependant applications
  **/
-int fosa_ads_invoke_withdata
-   (const void *msg, size_t msg_size, void *reply, size_t *reply_size);
-
+// int fosa_ads_invoke_withdata
+//    (const void *msg, size_t msg_size, void *reply, size_t *reply_size);
+extern int fosa_ads_invoke_withdata (const void *msg, 
+                                    size_t msg_size, 
+                                    void *reply, 
+                                    size_t *reply_size){
+       posix_appsched_invoke_withdata(msg, msg_size, reply, reply_size);
+}
 /*}*/