fix whitespaces
[project/rpcd.git] / include / rpcd / session.h
index 70891bc..03fffd2 100644 (file)
@@ -2,7 +2,7 @@
  * rpcd - UBUS RPC server
  *
  *   Copyright (C) 2013 Felix Fietkau <nbd@openwrt.org>
- *   Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
+ *   Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -32,7 +32,9 @@
 
 #define RPC_SID_LEN    32
 #define RPC_DEFAULT_SESSION_TIMEOUT    300
-#define RPC_SESSION_DIRECTORY  "/var/run/rpcd"
+#define RPC_DEFAULT_SESSION_ID "00000000000000000000000000000000"
+#define RPC_SESSION_DIRECTORY  "/var/run/rpcd/sessions"
+#define RPC_SESSION_ACL_DIR            "/usr/share/rpcd/acl.d"
 
 struct rpc_session {
        struct avl_node avl;