diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xs/xs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xs/xs.h b/include/xs/xs.h index 9b09812..120bd1f 100644 --- a/include/xs/xs.h +++ b/include/xs/xs.h @@ -278,6 +278,7 @@ XS_EXPORT unsigned long xs_stopwatch_stop (void *watch); #define XS_FILTER_ALL 0 #define XS_FILTER_PREFIX 1 +#define XS_FILTER_TOPIC 2 typedef struct { |