summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-01-03 15:27:23 +0100
committerThomas Haller <thaller@redhat.com>2017-01-03 15:38:49 +0100
commit20431a4c166d7de2831483466d22741a2293f937 (patch)
tree2c76423bd9585536cf08d82b7e15827b937cd893
parent922cb4ab77b634469d08992e3172fe9313fda386 (diff)
downloadNetworkManager-20431a4c166d7de2831483466d22741a2293f937.tar.gz
exported-object: add NM_EXPORT_PATH_NUMBERED() macro
-rw-r--r--src/nm-exported-object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-exported-object.h b/src/nm-exported-object.h
index 75f9c59a6d..3bb2536764 100644
--- a/src/nm-exported-object.h
+++ b/src/nm-exported-object.h
@@ -23,6 +23,8 @@
/*****************************************************************************/
+#define NM_EXPORT_PATH_NUMBERED(basepath) ""basepath"/%u"
+
char *nm_exported_object_skeletonify_method_name (const char *dbus_method_name);
typedef struct {