Use pipe instead of exit status to determine whether TID req succeeded
[trust_router.git] / include / tid_internal.h
index b3aa908..6b6fb78 100644 (file)
@@ -86,6 +86,11 @@ struct tidc_instance {
   TR_GSSC_INSTANCE *gssc;
 };
 
+struct tid_process {
+  pid_t pid;
+  int read_fd;
+};
+
 struct tids_instance {
   int req_count;
   int error_count;