diff options
author | David Schleef <ds@schleef.org> | 2002-12-10 03:48:15 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-12-10 03:48:15 +0000 |
commit | b423eeb18c3f8201cd0fc25dd0805a4baa69a595 (patch) | |
tree | 12cd62187cef81164a0a401cacb24aebe51bab63 /gst/gstinfo.h | |
parent | a818246c702465d8c5b5d9f0a6736115a6195fc2 (diff) |
Added thread-loval variable for cothread index.
Original commit message from CVS:
Added thread-loval variable for cothread index.
Diffstat (limited to 'gst/gstinfo.h')
-rw-r--r-- | gst/gstinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstinfo.h b/gst/gstinfo.h index 638240200..5ff8f900f 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -95,6 +95,7 @@ enum { extern const gchar *_gst_category_colors[32]; +extern GStaticPrivate _gst_debug_cothread_index; /********************************************************************** |