]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
whoops, tab craziness
authorDaniel Swarbrick <daniel@seventhsignal.de>
Tue, 25 Jan 2011 19:04:29 +0000 (20:04 +0100)
committerDaniel Swarbrick <daniel@seventhsignal.de>
Tue, 25 Jan 2011 19:04:29 +0000 (20:04 +0100)
src/mod/event_handlers/mod_snmp/subagent.h

index 72dbeeb4262f2dbcf5bb25fe60920e5a65c587fe..33153780b51dfd17ad821fa8515fbf4b06c4f486 100644 (file)
@@ -2,15 +2,15 @@
 #define subagent_H
 
 /* .1.3.6.1.4.1.27880.1.1 */
-#define ID_VERSION_STR                         1
-#define ID_UUID                                                2
+#define ID_VERSION_STR                 1
+#define ID_UUID                                2
 
 /* .1.3.6.1.4.1.27880.1.2 */
-#define SS_UPTIME                                      1
+#define SS_UPTIME                      1
 #define SS_SESSIONS_SINCE_STARTUP      2
-#define SS_CURRENT_SESSIONS                    3
-#define SS_MAX_SESSIONS                                4
-#define SS_CURRENT_CALLS                       5
+#define SS_CURRENT_SESSIONS            3
+#define SS_MAX_SESSIONS                        4
+#define SS_CURRENT_CALLS               5
 #define SS_SESSIONS_PER_SECOND         6
 #define SS_MAX_SESSIONS_PER_SECOND     7