net_server: Clients can now check if a service is running.

* Using the new kMsgIsServiceRunning command.
This commit is contained in:
Axel Dörfler
2015-03-27 13:23:01 +01:00
parent 1f94cdcdff
commit c3ef93915b
3 changed files with 26 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
* Copyright 2006-2015, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -20,6 +20,7 @@
#define kMsgJoinNetwork 'JNnw'
#define kMsgLeaveNetwork 'LVnw'
#define kMsgAutoJoinNetwork 'AJnw'
#define kMsgIsServiceRunning 'IRsv'
#endif // _NET_SERVER_H