registrar: implemented auth port via launch_daemon.

* get_roster_port_name() is no longer needed.
* This also removes the app_server restart code from the debug
  server -- this will be done by the launch_daemon in the future.
This commit is contained in:
Axel Dörfler
2015-07-22 20:41:01 +02:00
parent 7ef0edec04
commit bea38cb711
9 changed files with 31 additions and 57 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2001-2009, Haiku, Inc. All Rights Reserved.
* Copyright 2001-2015, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -18,15 +18,13 @@
namespace BPrivate {
// names
extern const char* kRegistrarSignature;
extern const char* kRosterThreadName;
extern const char* kRAppLooperPortName;
extern const char* get_roster_port_name();
#define REGISTRAR_AUTHENTICATION_PORT_NAME "system:registrar:auth manager"
#define B_REGISTRAR_SIGNATURE "application/x-vnd.haiku-registrar"
#define B_REGISTRAR_AUTHENTICATION_PORT_NAME "auth"
// message constants
@@ -179,7 +177,9 @@ struct flat_app_info {
char ref_name[B_FILE_NAME_LENGTH + 1];
};
} // namespace BPrivate
#endif // REGISTRAR_DEFS_H