File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2373,10 +2373,6 @@ Members:
2373
2373
2374
2374
- <a href =" #subscription.u.clock " name =" subscription.u.clock " ></a >** ` u.clock ` **
2375
2375
2376
- - <a href="#subscription.u.clock.identifier" name="subscription.u.clock.identifier"></a><code>[\_\_wasi\_userdata\_t](#userdata) <strong>identifier</strong></code>
2377
-
2378
- The user-defined unique identifier of the clock.
2379
-
2380
2376
- <a href="#subscription.u.clock.clock_id" name="subscription.u.clock.clock_id"></a><code>[\_\_wasi\_clockid\_t](#clockid) <strong>clock\_id</strong></code>
2381
2377
2382
2378
The clock against which to compare the timestamp.
Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ typedef struct uvwasi_subscription_s {
266
266
uvwasi_eventtype_t type ;
267
267
union {
268
268
struct {
269
- uvwasi_userdata_t identifier ;
270
269
uvwasi_clockid_t clock_id ;
271
270
uvwasi_timestamp_t timeout ;
272
271
uvwasi_timestamp_t precision ;
You can’t perform that action at this time.
0 commit comments