summaryrefslogtreecommitdiff
path: root/common/distrio_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/distrio_helper.h')
-rw-r--r--common/distrio_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/distrio_helper.h b/common/distrio_helper.h
index 87c38e0..e9b161f 100644
--- a/common/distrio_helper.h
+++ b/common/distrio_helper.h
@@ -45,6 +45,8 @@ int init_corba (int argc, char **argv);
int run_orb (void);
/** join the orb - function blocks until orb is shutdown */
int join_orb (void);
+/** destroy the orb - behaviour of incoming calls is undefined */
+int destroy_orb (void);
/** register a digital io with a common name at the naming service */
int register_digital (Distrio_Digital_i *digital);