Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 299601 Details for
Bug 439651
use uint64_t instead of u_quad_t
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Convert u_quad_t to uint64_t
u_quad_t-to-uint64_t.patch (text/plain), 1.81 KB, created by
Mike Gerdts
on 2008-03-30 01:07:16 UTC
(
hide
)
Description:
Convert u_quad_t to uint64_t
Filename:
MIME Type:
Creator:
Mike Gerdts
Created:
2008-03-30 01:07:16 UTC
Size:
1.81 KB
patch
obsolete
>Index: qemud/remote_protocol.h >=================================================================== >RCS file: /data/cvs/libvirt/qemud/remote_protocol.h,v >retrieving revision 1.10 >diff -r1.10 remote_protocol.h >97c97 >< u_quad_t cpu_time; >--- >> uint64_t cpu_time; >107,108c107,108 >< quad_t l; >< u_quad_t ul; >--- >> int64_t l; >> uint64_t ul; >143c143 >< quad_t hv_ver; >--- >> int64_t hv_ver; >164c164 >< quad_t memory; >--- >> int64_t memory; >220,224c220,224 >< quad_t rd_req; >< quad_t rd_bytes; >< quad_t wr_req; >< quad_t wr_bytes; >< quad_t errs; >--- >> int64_t rd_req; >> int64_t rd_bytes; >> int64_t wr_req; >> int64_t wr_bytes; >> int64_t errs; >235,242c235,242 >< quad_t rx_bytes; >< quad_t rx_packets; >< quad_t rx_errs; >< quad_t rx_drop; >< quad_t tx_bytes; >< quad_t tx_packets; >< quad_t tx_errs; >< quad_t tx_drop; >--- >> int64_t rx_bytes; >> int64_t rx_packets; >> int64_t rx_errs; >> int64_t rx_drop; >> int64_t tx_bytes; >> int64_t tx_packets; >> int64_t tx_errs; >> int64_t tx_drop; >347c347 >< u_quad_t memory; >--- >> uint64_t memory; >353c353 >< u_quad_t memory; >--- >> uint64_t memory; >359c359 >< u_quad_t memory; >--- >> uint64_t memory; >370,371c370,371 >< u_quad_t max_mem; >< u_quad_t memory; >--- >> uint64_t max_mem; >> uint64_t memory; >373c373 >< u_quad_t cpu_time; >--- >> uint64_t cpu_time; >408c408 >< u_quad_t flags; >--- >> uint64_t flags; >410c410 >< u_quad_t resource; >--- >> uint64_t resource; >430c430 >< u_quad_t flags; >--- >> uint64_t flags; >432c432 >< u_quad_t resource; >--- >> uint64_t resource; >443c443 >< u_quad_t flags; >--- >> uint64_t flags; >888,890c888,890 >< u_quad_t capacity; >< u_quad_t allocation; >< u_quad_t available; >--- >> uint64_t capacity; >> uint64_t allocation; >> uint64_t available; >1001,1002c1001,1002 >< u_quad_t capacity; >< u_quad_t allocation; >--- >> uint64_t capacity; >> uint64_t allocation;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 439651
:
299601
|
299633